var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [425, 167], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [

		["images/animated/C2.jpg","conference.asp",""],
		["images/animated/C3.jpg","conference.asp",""],	
		["images/animated/C1.jpg","conference.asp",""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:200, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 3500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [425, 167], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [

		["images/animated/E2.jpg","exhibition.asp",""],
		["images/animated/E3.jpg","exhibition.asp",""],
		["images/animated/E1.jpg","exhibition.asp",""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:200, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 3500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
