// JavaScript Document
<!--

/***********************************************
* 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: [651, 136], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/banner/insurance.jpg", "/", "", "Insurance"],//path_to_image", "optional_url", "optional_linktarget", "optional_description"
		["/images/banner/auto-insurance.jpg", "/auto-insurance.php", "", "Auto Insurance"],
		["/images/banner/boat-insurance.jpg", "/boat-insurance.php", "", "Boat Insurance"],
		["/images/banner/administrative-services.jpg", "/administrative-services.php", "", "Administrative Services"],
		["/images/banner/commercial-business-insurance.jpg", "/business-commercial-insurance.php", "", "Business Insurance"],
		["/images/banner/employee-and-executive-benefits.jpg", "/employee-executive-benefits.php", "", "Business Insurance"],
		["/images/banner/umbrella-insurance.jpg", "/family-individual-umbrella-insurance.php", "", "Umbrella Insurance"],
		["/images/banner/disability-insurance.jpg", "/family-individual-disability-insurance.php", "", "Disability Insurance"],
		["/images/banner/health-insurance.jpg", "/family-individual-health-insurance.php", "", "health Insurance"],
		["/images/banner/life-insurance.jpg", "/family-individual-life-insurance.php", "", "Life Insurance"],
		["/images/banner/long-term-care-insurance.jpg", "/family-individual-long-term-care-insurance.php", "", "Long-Term Care Insurance"]
		//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:1500, cycles:1, wraparound:true, randomize:true},//type:'auto|manual', pause:milliseconds, cycles:0|integer, wraparound:true|false, randomize:true|false
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 4000, //transition duration (milliseconds)
	descreveal: "none", //ondemand, always, peekaboo,none
	togglerid: "" //Set to the ID of another DIV that will house the navigation controls
})


//var mygallery2=new fadeSlideShow({
	//wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	//dimensions: [250, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image
	//imagearray: [
		//["http://i26.tinypic.com/11l7ls0.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
		//["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
		//["http://i30.tinypic.com/531q3n.jpg"],
		//["http://i31.tinypic.com/119w28m.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!
	//],
	//displaymode: {type:'manual', pause:2500, cycles:0, wraparound:false},
	//persist: false, //remember last viewed slide and recall within same session?
	//fadeduration: 500, //transition duration (milliseconds)
	//descreveal: "always",
	//togglerid: "fadeshow2toggler"
//})
 
//-->


