var mygallery=new fadeSlideShow({
	wrapperid: "bfgallery",
	dimensions: [671, 400],
	imagearray: [
		["slideshow/slide1.jpg", "", "", ""],
		["slideshow/slide2.jpg", "", "", ""],
		["slideshow/slide3.jpg", "", "", ""],
		["slideshow/slide4.jpg", "", "", ""],
		["slideshow/slide5.jpg", "", "", ""]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:7000, cycles:0, wraparound:false},
	persist: false,
	fadeduration: 500, 
	descreveal: "ondemand",
	togglerid: ""
})
