var mygallery=new fadeSlideShow({
	wrapperid: "bfgallery",
	dimensions: [666, 376],
	imagearray: [
		["images/slide1.jpg", "", "", ""],
		["images/slide2.jpg", "", "", ""],
		["images/slide3.jpg", "", "", ""],
		["images/slide4.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: ""
})
