// JavaScript Document
var mygallery=new fadeSlideShow({
	wrapperid: "photoHeaderUnder", //ID of blank DIV on page to house Slideshow
	dimensions: [953, 362], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/top_image_1.jpg", "", "", ""],
		["images/top_image_4.jpg", "", "", ""],
		["images/top_image_2.jpg", "", "", ""],
		["images/top_image_3.jpg", "", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:8000, cycles:0, wraparound:false},
	persist: true, //remember last viewed slide and recall within same session?
	fadeduration: 2000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})