var mygallery=new fadeSlideShow({
	wrapperid: "fadeVillage", //ID of blank DIV on page to house Slideshow
	dimensions: [400, 356], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/splash/splash01.jpg", "http://www.winsteadinn.com/village-inn/index.php", "", ""],
		["/splash/splash02.jpg", "http://www.winsteadinn.com/village-inn/index.php", "", ""],
		["/splash/splash03.jpg", "http://www.winsteadinn.com/village-inn/index.php", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2000, 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: "fadeBeach", //ID of blank DIV on page to house Slideshow
	dimensions: [400, 356], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/splash/splash07.jpg", "http://www.winsteadinn.com/beach-resort/index.php", "", ""],
		["/splash/splash05.jpg", "http://www.winsteadinn.com/beach-resort/index.php", "", ""],
		["/splash/splash06.jpg", "http://www.winsteadinn.com/beach-resort/index.php", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
