/***********************************************
* 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: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [120, 600], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [ //["path_to_image", "optional_url", "optional_linktarget", "optional_description"]
		["banner_attorney.gif", "http://www.postellilaw.com/", "_blank", ""],
		["banner_sailing.gif", "http://www.keepingthelakesgreat.org/", "_blank", ""],
		["banner_real_estate.gif", "http://www.swmichiganhomesinfo.com/", "_blank", ""],
		["banner_lighthouse.gif", "http://www.lighthousecolorprint.com/", "_blank", ""],
		["banner_lighthouse.gif", "http://www.lighthousecolorprint.com/", "_blank", ""],
		["banner_beaudoin.gif", "http://www.beaudoinelectric.com/", "_blank", ""],
		["banner_printrunner.gif", "http://partners.printrunner.com/n/yzTIvq1BAAMcMkMAAAi6QgAAaJBmMQA-A/", "_blank", ""],
		["banner_eagles.gif", "http://www.eaglesnesthemisync.com/", "_blank", ""],
		["banner_printrunner.gif", "http://partners.printrunner.com/n/yzTIvq1BAAMcMkMAAAi6QgAAaJBmMQA-A/", "_blank", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:6000, cycles:0, wraparound:true, randomize:true},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: "",
	onslide:function(curimage, index){
	var imagearray=this.setting.imagearray
	jQuery('#info2').html(imagearray[index][3])
}
})
