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

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

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

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow4", //ID of blank DIV on page to house Slideshow
	dimensions: [100, 100], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/4-1.jpg"],
		["images/4-2.jpg"],
		["images/4-3.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2600, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

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

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow6", //ID of blank DIV on page to house Slideshow
	dimensions: [100, 100], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/6-1.jpg"],
		["images/6-2.jpg"],
		["images/6-3.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2600, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
