
var mygallery0=new fadeSlideShow({
	wrapperid: "fadeshow0", //ID of blank DIV on page to house Slideshow
	dimensions: [111, 150], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["image0.jpg"],
		["image00.jpg"],
		["image000.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:1500, cycles:7, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery1=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [95, 150], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["image1.jpg"],
		["image2.jpg"],
		["image3.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:5, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery2=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [117, 150], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["image4.jpg"],
		["image5.jpg"],
		["image6.jpg"]
	],
	displaymode: {type:'auto', pause:2000, cycles:6, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery3=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [82, 150], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["image7.jpg"],
		["image8.jpg"],
		["image9.jpg"]
	],
	displaymode: {type:'auto', pause:1600, cycles:7, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
var mygallery4=new fadeSlideShow({
	wrapperid: "fadeshow4", //ID of blank DIV on page to house Slideshow
	dimensions: [97, 150], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["image10.jpg"],
		["image11.jpg"],
		["image12.jpg"]
	],
	displaymode: {type:'auto', pause:1800, cycles:6, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

