var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [448, 298], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/rolls/conv/Weber017.jpg", "", "", ""], 
		["images/rolls/conv/Weber014.jpg", "", "", ""],
		["images/rolls/conv/Weber015.jpg", "", "", ""]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: true, //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: [448, 298], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
				["images/rolls/33Rolls.jpg", "", "", ""], 
		["images/rolls/316.jpg", "", "", ""],
		["images/rolls/317.jpg", "", "", ""],
		["images/rolls/381.jpg", "", "", ""]
	],
	displaymode: {type:'auto', pause:2600, cycles:0, wraparound:false},
	persist: true, //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: [448, 298], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
				["images/rolls/Phantom/394.jpg", "", "", ""], 
		["images/rolls/Phantom/395.jpg", "", "", ""],
		["images/rolls/Phantom/396.jpg", "", "", ""],
		["images/rolls/Phantom/398.jpg", "", "", ""]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2400, cycles:0, wraparound:false},
	persist: true, //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: [448, 298], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
				["images/limos.jpg", "", "", ""], 
		["images/rolls.jpg", "", "", ""],
		["images/limo2.jpg", "", "", ""]
		//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2400, cycles:0, wraparound:false},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
