/* Ultimate Fade-in slideshow (v2.4)
* Last updated: May 24th, 2010. This notice must stay intact for usage 
* Author: Dynamic Drive at http://www.dynamicdrive.com/
* Visit http://www.dynamicdrive.com/ for full source code
*/
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [600, 404], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["imgallery/image1.jpg", "", "", ""],				 	
		["imgallery/image2.jpg", "", "", ""],
		["imgallery/image3.jpg", "", "", ""],
 		["imgallery/image4.jpg", "", "", ""], 	
 		["imgallery/image4z.jpg", "", "", ""],
 		["imgallery/image4y.jpg", "", "", ""]		/* no trailing comma after very last image element!	*/
            	],
	displaymode: {type:'auto', pause:1500, cycles:0, wraparound:true, randomize:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2200, //transition duration (milliseconds)
	descreveal: "none",
	togglerid: ""
})

