var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [170, 88], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/logo-iet.gif", "http://www.theiet.org", "_new", "visit The IET website"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [170, 88], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/logo-isif.gif", "http://www.isif.org/", "_new", "visit The ISIF website"],
		["images/logo-metron.jpg", "http://www.metsci.com", "_new", "visit The Metron website"],
		["images/logo-onr2.jpg", "http://www.onr.navy.mil/", "_new", "visit The ONR website"],
		["images/logo-onrg.jpg", "http://www.onr.navy.mil/en/Science-Technology/ONR-Global.aspx", "_new", "visit The ONR Global website"],
		["images/logo-aro.jpg", "http://www.aro.army.mil/", "_new", "visit The ARO website"],
		["images/logo-raytheon.jpg", "http://www.raytheon.com/", "_new", "visit The Raytheon website"],
		["images/logo-waterfall.jpg", "http://www.waterfallsolutions.co.uk/", "_new", "visit The Waterfall Solutions website"],
		["images/logo-hwu.jpg", "http://www.hw.ac.uk/", "_new", "visit The Heriot-Watt University website"],
		["images/qinetiq_logo_trans.gif", "http://www.qinetic.com/", "_new", "visit the QinetiQ website"]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [170, 88], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/logo-aess.jpg", "http://www.ieee-aess.org/", "_new", "visit IEEE AESS website"]//<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})