var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [220, 111], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["qrwimgs/sponsors-rotate/pacific-lab-products.png"],
		["qrwimgs/sponsors-rotate/roche.png"],
		["qrwimgs/sponsors-rotate/bio-strategy.png"],
		["qrwimgs/sponsors-rotate/illumina.png"],
		["qrwimgs/sponsors-rotate/otago-uni.png"],
		["qrwimgs/sponsors-rotate/sbs-logo.png"],
		["qrwimgs/sponsors-rotate/webster-centre.png"],
		["qrwimgs/sponsors-rotate/ZyGEM.png"],
		["qrwimgs/sponsors-rotate/biorad.png"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery2=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [220, 68], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["qrwimgs/sponsors-rotate/Raylab.png"],
		["qrwimgs/sponsors-rotate/invitro.png"],
		["qrwimgs/sponsors-rotate/plant-food-research.png"],
		["qrwimgs/sponsors-rotate/scion-logo.png"],		
		["qrwimgs/sponsors-rotate/millennium-science.png"],		
		["qrwimgs/sponsors-rotate/thermo-fisher.png"],	
		["qrwimgs/sponsors-rotate/pacific-resort.png"],
		["qrwimgs/sponsors-rotate/olympus.png"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery3=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [220, 80], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["qrwimgs/sponsors-rotate/pharmaco.png"],
		["qrwimgs/sponsors-rotate/miltenyi-biotec.png"],
		["qrwimgs/sponsors-rotate/perkin-elmer.png"],
		["qrwimgs/sponsors-rotate/IIB-logo.png"],
		["qrwimgs/sponsors-rotate/scimed.png"],
		["qrwimgs/sponsors-rotate/uniservices.png"],
		["qrwimgs/sponsors-rotate/otago-innovation.png"],
		["qrwimgs/sponsors-rotate/nrcgd_logo.png"],
		["qrwimgs/sponsors-rotate/merck.png"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery4=new fadeSlideShow({
	wrapperid: "fadeshow4", //ID of blank DIV on page to house Slideshow
	dimensions: [220, 80], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["qrwimgs/sponsors-rotate/sigma-aldrich.png"],
		["qrwimgs/sponsors-rotate/medica.png"],
		["qrwimgs/sponsors-rotate/norrie-biotech.png"],
		["qrwimgs/sponsors-rotate/global-science.png"],
		["qrwimgs/sponsors-rotate/alphatech.png"],
		["qrwimgs/sponsors-rotate/Melnet-logo.png"],
		["qrwimgs/sponsors-rotate/geneious.png"],
		["qrwimgs/sponsors-rotate/BGI-SHENZHEN.gif"],		
		["qrwimgs/sponsors-rotate/TLS-Logo.png"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})