var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [150, 110], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["smallwall/female/celebs_31.jpg", "", "", "female celebrities"],
		["smallwall/female/celebs_32.jpg",  "", "", "female celebrities", "smallwall/female/celebs_33.jpg", "", "female celebrities"],
		["smallwall/female/celebs_34.jpg",  "", "", "female celebrities"],
		["smallwall/female/celebs_35.jpg", "", "", "female celebrities"] //<--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: 1900, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [150, 110], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["smallwall/fashion/fashion_31.jpg", "", "", "fashion"],
		["smallwall/fashion/fashion_32.jpg",  "", "", "fashion", "smallwall/fashion/fashion_36.jpg", "", "fashion"],
		["smallwall/fashion/fashion_34.jpg",  "", "", "fashion"],
		["smallwall/fashion/fashion_35.jpg", "", "", "fashion"] //<--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: 1600, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})


var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [150, 110], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["smallwall/roses/roses_12.jpg", "", "", "roses"],
		["smallwall/roses/roses_13.jpg",  "", "", "roses", "smallwall/roses/roses_14.jpg", "", "roses"],
		["smallwall/roses/roses_15.jpg",  "", "", "roses"],
		["smallwall/roses/roses_16.jpg", "", "", "roses"] //<--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: 1800, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow4", //ID of blank DIV on page to house Slideshow
	dimensions: [150, 110], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["smallwall/places/places_31.jpg", "", "", "places"],
		["smallwall/places/places_32.jpg",  "", "", "places", "smallwall/places/places_33.jpg", "", "places"],
		["smallwall/places/places_34.jpg",  "", "", "places"],
		["smallwall/places/places_35.jpg", "", "", "places"] //<--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: 1700, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})