var mygallery2=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [602, 210], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/images/slideshow/201002_a.jpg", "http://www.fhss.uaeu.ac.ae/", "_new", "<h1>Humanities & Social Sciences</h1>"],
		["/images/slideshow/201002_b.jpg", "http://www.fmhs.uaeu.ac.ae/", "_new", "<h1>Medicine & Health Sciences</h1>"],
		["/images/slideshow/201002_c.jpg", "http://cl.uaeu.ac.ae/", "_new", "<h1>Faculty of Law</h1>"],
		["/images/slideshow/201002_d.jpg", "http://www.library.uaeu.ac.ae", "_new", "<h1>Zayed Library </h1>"],
		["/images/slideshow/201002_e.jpg", "http://www.uaeu.ac.ae/about", "", "<h1>Welcome to the UAEU </h1>"],
		["/images/slideshow/201002_f.jpg", "http://sra.uaeu.ac.ae/english/html/index.shtml", "_new", "<h1>UAEU Research Affairs</h1>"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4500, cycles:0, wraparound:true, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1000, //transition duration (milliseconds)
	descreveal: "always",
	togglerid: ""
})
