var mygallery3=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [912, 216], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [		
		["jsimage/banner1.png", "", "", ""],
		["jsimage/banner2.png", "", "", ""],
		["jsimage/banner3.png", "", "", ""],
		["jsimage/banner4.png", "", "", ""],
		["jsimage/banner5.png", "", "", ""]
	],
	displaymode: {type:'auto', pause:4000, cycles:0, wraparound:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 800, //transition duration (milliseconds)
	descreveal: "peekaboo",
	togglerid: ""

})

