var mygallery=new fadeSlideShow({
	wrapperid: "bar3_slideshow",
	dimensions: [950, 300],
	imagearray: [
		["./images/slideshow/slide1.jpg"],
		["./images/slideshow/slide2.jpg"],
		["./images/slideshow/slide3.jpg"]
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false,
	fadeduration: 500,
	descreveal: "ondemand",
	togglerid: ""
})
