/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [210, 30], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [ //["path_to_image", "optional_url", "optional_linktarget", "optional_description"]
		["01.gif", "http://www.shorelinereferrals.org", "", ""],
		["02.gif", "http://www.shorelinereferrals.org", "", ""],
		["03.gif", "http://www.shorelinereferrals.org", "", ""],
		["04.gif", "http://www.shorelinereferrals.org", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:15, cycles:0, wraparound:true, randomize:true},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 120, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: "",
	onslide:function(curimage, index){
	var imagearray=this.setting.imagearray
	jQuery('#info2').html(imagearray[index][3])
}
})
