<!-- 

//***********************************************
//* 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
//************************************************
//*Orig source url: http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm


var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [667, 281], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["imgs/pic_home_01.jpg", "auto_home_boat.asp", "", ""],
		["imgs/pic_home_02.jpg", "life_disability.asp", "", ""],
		["imgs/pic_home_03.jpg", "https://www.secure-quotes.com/greenwich/business_form.asp", "", ""]
	],
	displaymode: {type:'auto', pause:7000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

// -->
