var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [260, 165], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/slides/2d.jpg"],
		["images/slides/2e.jpg"],
		["images/slides/2f.jpg"],
		["images/slides/2a.jpg"],
		["images/slides/2b.jpg"],
		["images/slides/2c.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})


var mygallery2=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [260, 165], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/slides/1a.jpg"],
		["images/slides/1e.jpg"],
		["images/slides/1f.jpg"],
		["images/slides/1d.jpg"],
		["images/slides/1b.jpg"],
		["images/slides/1c.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})


var mygallery3=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [260, 165], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/slides/3a.jpg"],
		["images/slides/3b.jpg"],
		["images/slides/3f.jpg"],
		["images/slides/3d.jpg"],
		["images/slides/3e.jpg"],
		["images/slides/3c.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
