var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [715, 320], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/homepage1-1.jpg", "proddetail.asp?prod=CUSTOM", "", ""],
		["images/homepage3-1.jpg", "categories.asp", "", ""],
		["images/homepage2-1.jpg", "proddetail.asp?prod=CUSTOM", "", ""],
		["images/homepage4-1.jpg", "microsoft_pos_software.asp", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
