//Show reel


var firstreel=new reelslideshow({
	wrapperid: "myreel", //ID of blank DIV on page to house Slideshow
	dimensions: [281, 79], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["../../manchesterit/media/logo-zenpartner.gif", "http://www.zen.co.uk", "_new"], //["image_path", "optional_link", "optional_target"]
		["../../manchesterit/media/logo-microsoft.gif", "http://www.microsoft.co.uk", "_new"],
		["../../manchesterit/media/logo-microsoft-gold-certified-partner.gif", "http://www.microsoft.co.uk", "_new"],
		["../../manchesterit/media/logo-gfi.gif", "http://www.gfi.com", "_new"] //<--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)
})
