
var mygallery=new fadeSlideShow({
	wrapperid: "ucta", //ID of blank DIV on page to house Slideshow  http://dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
	dimensions: [800, 250], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/01a.jpg", "", "", ""],
		["images/02a.jpg", "", "", ""],
		["images/03a.jpg", "", "", ""],
        ["images/04a.jpg", "", "", ""],
        ["images/05a.jpg", "", "", ""],
        ["images/06a.jpg", "", "", ""],
        ["images/07a.jpg", "", "", ""],
		["images/08a.jpg", "", "", ""]
        //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:3900, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1000, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
})


