var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow: Platinum
	dimensions: [220, 140], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["qrwimgs/sponsors-rotate/Beckman.jpg"],
		["qrwimgs/sponsors-rotate/plp.jpg"],
		["qrwimgs/sponsors-rotate/roche.png"],
		["qrwimgs/sponsors-rotate/bio-strategy.png"],
		["qrwimgs/sponsors-rotate/thermofisher.jpg"],
		["qrwimgs/sponsors-rotate/illumina.jpg"],
		["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: Gold
	dimensions: [220, 140], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["qrwimgs/sponsors-rotate/Raylab.png"],
		["qrwimgs/sponsors-rotate/millennium-science.jpg"],
		["qrwimgs/sponsors-rotate/merck.jpg"],		
		["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: Silver
	dimensions: [220, 115], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		 ["qrwimgs/sponsors-rotate/invitro.png"],
		 ["qrwimgs/sponsors-rotate/perkin-elmer.png"],
		 ["qrwimgs/sponsors-rotate/scimed.png"],
		 ["qrwimgs/sponsors-rotate/sigma-aldrich.png"],
		 ["qrwimgs/sponsors-rotate/IIB-logo.png"],
		 ["qrwimgs/sponsors-rotate/plant-food-research.png"],
		 ["qrwimgs/sponsors-rotate/sbs-logo.png"],
		 ["qrwimgs/sponsors-rotate/GEHealthcare.gif"],
		 ["qrwimgs/sponsors-rotate/scion.jpg"],
		 ["qrwimgs/sponsors-rotate/fmhs.jpg"],
		 ["qrwimgs/sponsors-rotate/CustomScience.gif"]  //<--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: Bronze
	dimensions: [220, 140], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["qrwimgs/sponsors-rotate/alphatech.jpg"],
		["qrwimgs/sponsors-rotate/CoherentScientific.jpg"],
		["qrwimgs/sponsors-rotate/norrie-biotech.png"],
		["qrwimgs/sponsors-rotate/Sapphire.jpg"],
		["qrwimgs/sponsors-rotate/diagnostic.jpg"],
		["qrwimgs/sponsors-rotate/geneious.png"],
		["qrwimgs/sponsors-rotate/ngaio.gif"],
		["qrwimgs/sponsors-rotate/medica.png"],
		["qrwimgs/sponsors-rotate/pharmaco.png"],
		["qrwimgs/sponsors-rotate/LabSupply.jpg"],
		["qrwimgs/sponsors-rotate/HRS.gif"],
		["qrwimgs/sponsors-rotate/abacus.jpg"],
		["qrwimgs/sponsors-rotate/miltenyi-biotec.png"],
		["qrwimgs/sponsors-rotate/global-science.png"],
		["qrwimgs/sponsors-rotate/dnature.jpg"],
		["qrwimgs/sponsors-rotate/innovativesciences.jpg"],
		["qrwimgs/sponsors-rotate/agrf.jpg"],
		["qrwimgs/sponsors-rotate/genomics.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: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow5", //ID of blank DIV on page to house Slideshow: Major Academic Sponsors
	dimensions: [220, 123], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["qrwimgs/sponsors-rotate/nrcgd_logo.png"],
		["qrwimgs/sponsors-rotate/wilkins.jpg"],
		["qrwimgs/sponsors-rotate/otago-uni.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: ""
})
