var firstreel=new reelslideshow({
	wrapperid: "myreel", //ID of blank DIV on page to house Slideshow
	dimensions: [670, 385 ], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/1.jpg"], //["image_path", "optional_link", "optional_target"]
		["images/2.jpg"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:9000, cycles:2, pauseonmouseover:true},
	orientation: "h", //Valid values: "h" or "v"
	persist: false, //remember last viewed slide and recall within same session?
	slideduration: 900 //transition duration (milliseconds)
})
