var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [533, 400], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["http://www.villageartinthepark.org/wp-content/themes/art/slide-images/slide1.jpg", "", "", "A Bavarian band entertains Art in the Park visitors."],
		["http://www.villageartinthepark.org/wp-content/themes/art/slide-images/slide2.jpg", "", "", "A view of Art in the Park from the Gazebo."],
		["http://www.villageartinthepark.org/wp-content/themes/art/slide-images/slide3.jpg", "", "", "A view of Art in the Park facing the Gazebo."],
		["http://www.villageartinthepark.org/wp-content/themes/art/slide-images/slide4.jpg", "", "", "A view of Art in the Park looking towards the Gazebo at the far end."],
		["http://www.villageartinthepark.org/wp-content/themes/art/slide-images/slide5.jpg", "", "", "Art in the Park works on display."],
		["http://www.villageartinthepark.org/wp-content/themes/art/slide-images/slide6.jpg", "", "", "Flowers provide a natural display in Art in the Park."] //<--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: 2000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
