// JavaScript Document
var mygallery=new fadeSlideShow({
	wrapperid: "banner", //ID of blank DIV on page to house Slideshow
	dimensions: [600, 400], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/ap/zumos0.jpg"],
		["images/ap/zumos1.jpg"],
		["images/ap/zumos2.jpg"],
		["images/ap/zumos2b.jpg"],		
		["images/ap/zumos3.jpg"],
		["images/ap/zumos4.jpg"],
		["images/ap/zumos4b.jpg"],		
		["images/ap/zumos5.jpg"],
		["images/ap/zumos6.jpg"]			
	],
	displaymode: {type:'auto', pause:2000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 800, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})


