var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow", //ID of blank DIV on page to house Slideshow
	dimensions: [311, 196], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["../graphics/fade1.png", "", "", "", "", "", "", "", "", "", "", ""],
		["../graphics/fade2.png", "", "", "", "", "", "", "", "", "", ""],
		["../graphics/fade3.png", "", "", "", "", "", "", "", "", ""],
		["../graphics/fade4.png", "", "", "", "", "", "", "", ""],
		["../graphics/fade5.png", "", "", "", "", "", "", ""],
		["../graphics/fade6.png", "", "", "", "", "", ""],
		["../graphics/fade7.png", "", "", "", "", ""],
		["../graphics/fade8.png", "", "", "", ""],
		["../graphics/fade9.png", "", "", ""],
		["../graphics/fade10.png", "", ""],
		["../graphics/fade11.png", ""],
		["../graphics/fade12.png"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 3000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

