var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [245, 120], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
			["http://www.cmseducation.org/awards_achievement/images/small/dalai_lama.jpg", "http://cmseducation.org/awards.htm", "_new", "The Hope of Humanity Award presented by Dalai Lama"],
			["http://www.cmseducation.org/awards_achievement/images/small/rajivgandhi.jpg", "http://cmseducation.org/awards.htm", "_new", "Dr Jagdish Gandhi receives the Rajiv Gandhi Excellence Award"],
			["http://www.cmseducation.org/awards_achievement/images/small/15.jpg", "http://cmseducation.org/awards.htm", "_new", "The Key to the City of Georgetown, USA"],
			["http://www.cmseducation.org/awards_achievement/images/small/gusi.jpg", "http://cmseducation.org/awards.htm", "_new", "Gusi Peace Prize 2011 awarded to Dr Jagdish Gandhi"]
			
				
				 //<--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: ""
})
