// JavaScript Document
var mygallery2=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [900, 100], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/ins1.jpg", "http://www.insurancehires.com/advanced_search.php", "", ""],
		["images/ins2.jpg", "http://www.insurancehires.com/registerCompany.php", "", ""], 
		["images/ins3.jpg", "http://www.insurancehires.com/advanced_search.php", "", ""]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:3000, cycles:0, wraparound:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 800, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: ""
})


