var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [385, 525], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/mainpic_1.jpg", "", "", ""],
		["images/mainpic_3.jpg", "", "", ""],
		["images/mainpic_2.jpg", "", "", ""],
		["images/mainpic_4.jpg", "", "", ""],
		["images/mainpic_5.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: 1000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [441, 105], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/quote1.gif", "", "", ""],
		["images/quote2.gif", "", "", ""],
		["images/quote3.gif", "", "", ""],
		["images/quote4.gif", "", "", ""],
		["images/quote5.gif", "", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 250, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})


