var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1",
	dimensions: [988, 140],
	imagearray: [
		["img/look/tympanon.jpg"],
		["img/look/tym_b.jpg", "a11.html", "_self"],
		["img/look/tym_c.jpg", "c.html", "_self"],
		["img/look/tym_d.jpg", "b.html", "_self"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false,
	fadeduration: 500,
	descreveal: "ondemand",
	togglerid: ""
})
