var mygallery=new fadeSlideShow({
	wrapperid: "romeo", //ID of blank DIV on page to house Slideshow
	dimensions: [140, 100], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["thumbs/romeo/romeo-01.jpg"],
		["thumbs/romeo/romeo-02.jpg"],
		["thumbs/romeo/romeo-03.jpg"],
		["thumbs/romeo/romeo-04.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 mygallery=new fadeSlideShow({
	wrapperid: "special", //ID of blank DIV on page to house Slideshow
	dimensions: [140, 100], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["thumbs/events/event-01.jpg"],
		["thumbs/events/event-02.jpg"],
		["thumbs/events/event-03.jpg"],
		["thumbs/events/event-04.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 mygallery=new fadeSlideShow({
	wrapperid: "packages", //ID of blank DIV on page to house Slideshow
	dimensions: [140, 100], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["thumbs/packages/pkg-01.jpg"],
		["thumbs/packages/pkg-02.jpg"],
		["thumbs/packages/pkg-03.jpg"],
		["thumbs/packages/pkg-04.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 mygallery=new fadeSlideShow({
	wrapperid: "entertainers", //ID of blank DIV on page to house Slideshow
	dimensions: [140, 100], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["thumbs/entertainers/ent-01.jpg"],
		["thumbs/entertainers/ent-02.jpg"],
		["thumbs/entertainers/ent-03.jpg"],
		["thumbs/entertainers/ent-04.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 mygallery=new fadeSlideShow({
	wrapperid: "barbat", //ID of blank DIV on page to house Slideshow
	dimensions: [140, 100], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["thumbs/barbat/barbat-01.jpg"],
		["thumbs/barbat/barbat-02.jpg"],
		["thumbs/barbat/barbat-03.jpg"],
		["thumbs/barbat/barbat-04.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 mygallery=new fadeSlideShow({
	wrapperid: "corp", //ID of blank DIV on page to house Slideshow
	dimensions: [140, 100], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["thumbs/corp/corp-01.jpg"],
		["thumbs/corp/corp-02.jpg"],
		["thumbs/corp/corp-03.jpg"],
		["thumbs/corp/corp-04.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 mygallery=new fadeSlideShow({
	wrapperid: "weddings", //ID of blank DIV on page to house Slideshow
	dimensions: [140, 100], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["thumbs/weddings/wed-01.jpg"],
		["thumbs/weddings/wed-02.jpg"],
		["thumbs/weddings/wed-03.jpg"],
		["thumbs/weddings/wed-04.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 mygallery=new fadeSlideShow({
	wrapperid: "schools", //ID of blank DIV on page to house Slideshow
	dimensions: [140, 100], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["thumbs/schools/school-01.jpg"],
		["thumbs/schools/school-02.jpg"],
		["thumbs/schools/school-03.jpg"],
		["thumbs/schools/school-04.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: ""
})
