var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [700, 469], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/main1.jpg", "", "", ""],
		["/images/main2.jpg", "", "", ""],
		["/images/main3.jpg", "", "", ""],
		["/images/main4.jpg", "", "", ""],
		["/images/main5.jpg", "", "", ""],
		["/images/main6.jpg", "", "", ""],
		["/images/main7.jpg", "", "", ""],
		["/images/main8.jpg", "", "", ""],
		["/images/main9.jpg", "", "", ""],
		["/images/main10.jpg", "", "", ""],
		["/images/main11.jpg", "", "", ""],
		["/images/main12.jpg", "", "", ""],
		["/images/main13.jpg", "", "", ""],
		["/images/main14.jpg", "", "", ""],
		["/images/main15.jpg", "", "", ""]
	],
	displaymode: {type:'auto', pause:4000, cycles:0, wraparound:false},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 1000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})



