var firstreel1=new reelslideshow({
	wrapperid: "myreel1", //ID of blank DIV on page to house Slideshow
	dimensions: [225, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["futureplan-gallery/img1.JPG"], //["image_path", "optional_link", "optional_target"]
		["futureplan-gallery/img2.JPG", "http://", "_new"],
		["futureplan-gallery/img3.JPG"],
		["futureplan-gallery/img4.JPG"],
		["futureplan-gallery/img5.JPG"],
		["futureplan-gallery/img6.JPG"],
		["futureplan-gallery/img7.JPG"],
		["futureplan-gallery/img8.JPG"]
//		["homepage-photogallery/img9.gif"],
//		["homepage-photogallery/img10.gif"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2000, cycles:2, 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)
})

