var mygallery=new fadeSlideShow({
	wrapperid: "slideshow", //ID of blank DIV on page to house Slideshow
	dimensions: [500, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/12_images/slide02.jpg"], //<--komplett ausgefüllt "/12_images/back_header.png", "", "", "Nothing beats relaxing next to the pool when the weather is hot."
		["/12_images/slide03.jpg"],
		["/12_images/slide04.jpg"],
		["/12_images/slide05.jpg"],
		["/12_images/slide06.jpg"],
		["/12_images/slide07.jpg"],
		["/12_images/slide01.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 2000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
