
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [637, 468], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["media/cal_cc_cover.jpg", "shopsite_sc/store/html/cal.html", "", ""],
		["media/cal_mv_cover.jpg", "shopsite_sc/store/html/cal.html", "", ""],
		["media/cal_gb_cover.jpg", "shopsite_sc/store/html/cal.html", "", ""],
		["media/cal_nan_cover.jpg", "shopsite_sc/store/html/cal.html", "", ""],
		["media/cal_lh_cover.jpg", "shopsite_sc/store/html/cal.html", "", ""]  //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

