var firstreel=new reelslideshow({
	wrapperid: "myreel", //ID of blank DIV on page to house Slideshow
	dimensions: [750, 220], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["scroll/HDS_scroll.jpg", "http://www.technocnc.com/cnc-router-systems/hds-series-cnc-router.htm", "_parent"], //["image_path", "optional_link", "optional_target"]
		["scroll/HD_scroll.jpg", "http://www.technocnc.com/cnc-router-systems/hd-series-cnc-router.htm", "_parent"],
		["scroll/HD_mini_scroll.jpg", "http://www.technocnc.com/cnc-router-systems/hd-mini-series-cnc-router.htm", "_parent"],
		["scroll/LC_scroll.jpg", "http://www.technocnc.com/cnc-router-systems/lc-series-cnc-router.htm", "_parent"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:6000, cycles:1000, pauseonmouseover:true},
	orientation: "v", //Valid values: "h" or "v"
	persist: true, //remember last viewed slide and recall within same session?
	slideduration: 350 //transition duration (milliseconds)
})
