// JavaScript Document
// Banner Rotations


var mygallery0=new fadeSlideShow({
	wrapperid: "fadeshowSp1", //ID of blank DIV on page to house Slideshow
	dimensions: [170, 118], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		 ["/mainimages/sponsors/maxwellmedals.jpg", "http://www.maxmedals.com/", "_blank", "Click Here"],
		 ["/mainimages/sponsors/gu_logo.jpg", "https://guenergy.com/", "_blank", "Click Here"],
		 ["/mainimages/sponsors/NMC_logo.jpg", "http://www.nmc.edu/", "_blank", "Click Here"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
