// JavaScript Document
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow5", //ID of blank DIV on page to house Slideshow
	dimensions: [143, 41], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/sponsorlogos/regiobank.jpg", "http://www.regiobank.nl", "_blank", "RegioBank"],
		["images/sponsorlogos/readshop.jpg", "http://www.readshop.nl/vestiging/wijkbijduurstede", "_blank", "The Read Shop"],
		["images/sponsorlogos/brezan.gif",  "", "", "Brezan Automaterialen"],
		["images/sponsorlogos/lakerveld.gif",  "", "", "Bakkerij Lakerveld"],
		["images/sponsorlogos/hur.gif",  "", "", "Foodcenter Hur"],
		["images/sponsorlogos/albertheijn.gif",  "", "", "Albert Heijn"]
		 //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:3500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1000, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
