// 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/frutas0.jpg"],
		["images/ap/frutas2.jpg"],
		["images/ap/frutas5.jpg"],		
		["images/ap/frutas3.jpg"],
		["images/ap/frutas1.jpg"],
		["images/ap/frutas6.jpg"],
		["images/ap/frutas8.jpg"],		
		["images/ap/frutas9.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: ""
})


