var mygallery=new fadeSlideShow({
	wrapperid: "home_image_display", //ID of blank DIV on page to house Slideshow
	dimensions: [382, 400], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
					["/fileadmin/images/slideshow/image1.jpg", "", "", ""],
                    ["/fileadmin/images/slideshow/image2.jpg", "", "", ""],
	        	    ["/fileadmin/images/slideshow/image3.jpg", "", "", ""],
					["/fileadmin/images/slideshow/image4.jpg", "", "", ""],
					["/fileadmin/images/slideshow/image5.jpg", "", "", ""]
				    	    			
	],
	displaymode: {type:'auto', pause:1500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
