var firstreel=new reelslideshow({
	wrapperid: "myreel", //ID of blank DIV on page to house Slideshow
	dimensions: [277, 170], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		//["images/slideshow/slide-huib.gif"], ["image_path", "optional_link", "optional_target"]
		["images/slideshow/slide-bertwin.gif", "bertwin-tiemersma.asp", "_self"],
		["images/slideshow/slide-charles.gif", "charles-huijskens.asp", "_self"],
		["images/slideshow/slide-claudia.gif", "claudie-den-braber-goossen.asp", "_self"],
		["images/slideshow/slide-emilie.gif", "emilie-van-rappard.asp", "_self"],
		["images/slideshow/slide-eric.gif", "eric-lagerwey.asp", "_self"],
		["images/slideshow/slide-hanneke.gif", "hanneke-de-bruin.asp", "_self"],
		["images/slideshow/slide-richard.gif", "richard-van-der-eijk.asp", "_self"],
		["images/slideshow/slide-richardsambrook.gif", "richard-sambrook.asp", "_self"],
		["images/slideshow/slide-robert.gif", "robert-wester.asp", "_self"],
		["images/slideshow/slide-petra.gif", "petra-ijzelendoorn.asp", "_self"],
		["images/slideshow/slide-steven.gif", "steven-van-belleghem.asp", "_self"],
		["images/slideshow/slide-suzanne.gif", "suzanne-molenaar-jonker.asp", "_self"]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:3500, cycles:9999, pauseonmouseover:true},
	orientation: "h", //Valid values: "h" or "v"
	persist: true, //remember last viewed slide and recall within same session?
	slideduration: 300 //transition duration (milliseconds)
})
