// JavaScript Document
// Florida Department of Agriculture and Consumer Services


var mygallery=new fadeSlideShow({
	wrapperid: "agriscience", //ID of blank DIV on page to house Slideshow
	dimensions: [340, 165], //width/height of gallery in pixels. Should reflect dimensions of largest image

//["path_to_image", "optional_url", "optional_linktarget", "optional_description"]
imagearray: [
		["/images/slideshow/programs/agriscience_1.jpg", "#", "", "<div style='height:16px !important'><a href='javascript:void(0)' onclick='mygallery.showslide(\"0\")'><img src='/images/slideshow/one_b.png' alt='Go to slide one' /></a>&nbsp;&nbsp;<a href='javascript:void(0)' onclick='mygallery.showslide(\"1\")'><img src='/images/slideshow/two.png' alt='Go to slide two' /></a>&nbsp;&nbsp;<a href='javascript:void(0)' onclick='mygallery.showslide(\"2\")'><img src='/images/slideshow/three.png' alt='Go to slide three' /></a>&nbsp;&nbsp;<a href='javascript:void(0)' onclick='mygallery.showslide(\"3\")'><img src='/images/slideshow/four.png' alt='Go to slide four'/></a>&nbsp;&nbsp;<a href='/slideshows.html' style='margin-left:120px;'>View More Slideshows</a> ></div>"],
		["/images/slideshow/programs/agriscience_2.jpg", "#", "", "<a href='javascript:void(0)' onclick='mygallery.showslide(\"0\")'><img src='/images/slideshow/one.png' alt='Go to slide one' /></a>&nbsp;&nbsp;<a href='javascript:void(0)' onclick='mygallery.showslide(\"1\")'><img src='/images/slideshow/two_b.png' alt='Go to slide two' /></a>&nbsp;&nbsp;<a href='javascript:void(0)' onclick='mygallery.showslide(\"2\")'><img src='/images/slideshow/three.png' alt='Go to slide three' /></a>&nbsp;&nbsp;<a href='javascript:void(0)' onclick='mygallery.showslide(\"3\")'><img src='/images/slideshow/four.png' alt='Go to slide four'/></a>&nbsp;&nbsp;<a href='/slideshows.html' style='margin-left:120px;'>View More Slideshows</a> >"],
		["/images/slideshow/programs/agriscience_3.jpg", "#", "", "<a href='javascript:void(0)' onclick='mygallery.showslide(\"0\")'><img src='/images/slideshow/one.png' alt='Go to slide one' /></a>&nbsp;&nbsp;<a href='javascript:void(0)' onclick='mygallery.showslide(\"1\")'><img src='/images/slideshow/two.png' alt='Go to slide two' /></a>&nbsp;&nbsp;<a href='javascript:void(0)' onclick='mygallery.showslide(\"2\")'><img src='/images/slideshow/three_b.png' alt='Go to slide three' /></a>&nbsp;&nbsp;<a href='javascript:void(0)' onclick='mygallery.showslide(\"3\")'><img src='/images/slideshow/four.png' alt='Go to slide four'/></a>&nbsp;&nbsp;<a href='/slideshows.html' style='margin-left:120px;'>View More Slideshows</a> >"],
		["/images/slideshow/programs/agriscience_4.jpg", "#", "", "<a href='javascript:void(0)' onclick='mygallery.showslide(\"0\")'><img src='/images/slideshow/one.png' alt='Go to slide one' /></a>&nbsp;&nbsp;<a href='javascript:void(0)' onclick='mygallery.showslide(\"1\")'><img src='/images/slideshow/two.png' alt='Go to slide two' /></a>&nbsp;&nbsp;<a href='javascript:void(0)' onclick='mygallery.showslide(\"2\")'><img src='/images/slideshow/three.png' alt='Go to slide three' /></a>&nbsp;&nbsp;<a href='javascript:void(0)' onclick='mygallery.showslide(\"3\")'><img src='/images/slideshow/four_b.png' alt='Go to slide four'/></a>&nbsp;&nbsp;<a href='/slideshows.html' style='margin-left:120px;'>View More Slideshows</a> >"]
	],
	displaymode: {type:'auto', pause:10000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1000, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: ""
})
