var mygallery=new fadeSlideShow({
	wrapperid: "fader1", //ID of blank DIV on page to house Slideshow
	dimensions: [270, 250], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/samples/sample-autodome.jpg"],
		["images/samples/sample-brendees.jpg"],
		["images/samples/sample-compassmark.jpg"],
		["images/samples/sample-delonghi.jpg"],
		["images/samples/sample-fleer.jpg"],
		["images/samples/sample-hc2g.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: ""
})


var mygallery2=new fadeSlideShow({
	wrapperid: "fader2", //ID of blank DIV on page to house Slideshow
	dimensions: [270, 250], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/samples/sample-delonghi2.jpg"],
		["images/samples/sample-intrusion.jpg"],
		["images/samples/sample-lehmann.jpg"],
		["images/samples/sample-nrg.jpg"],
		["images/samples/sample-rts.jpg"],
		["images/samples/sample-sgh.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: ""
})


var mygallery3=new fadeSlideShow({
	wrapperid: "fader3", //ID of blank DIV on page to house Slideshow
	dimensions: [270, 250], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/samples/sample-smdiff.jpg"],
		["images/samples/sample-srts.jpg"],
		["images/samples/sample-stainmaster.jpg"],
		["images/samples/sample-starnet.jpg"],
		["images/samples/sample-tulikivi.jpg"],
		["images/samples/sample-tzg.jpg"] //<--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: 500, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: ""
})
