
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [950, 270], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/ph_index/01.jpg"],
		["images/ph_index/02.jpg"],
		["images/ph_index/03.jpg"],
		["images/ph_index/04.jpg"],
		["images/ph_index/05.jpg"]
		],
	displaymode: {type:'auto', pause:1200, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 750, //transition duration (milliseconds)
	descreveal: "never",
	togglerid: ""
})


