// JavaScript Document
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [289, 138], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["http://gramalaya.in/images/worldwaterday2010.jpg", "http://www.worldwaterday.org/page/2610", "_new", "World Water Day 2010"],
		["http://gramalaya.in/images/Strategy-Plan.jpg", "http://www.gramalaya.in/strategyplan.php", "_self", "Five Year Strategic Plan, 2007 -2012"],
		["http://gramalaya.in/images/annualreport2009.jpg", "http://www.gramalaya.in/financial_info.php", "_self", "Annual Report for 2008-2009"],
		["http://gramalaya.in/images/triad_strategy.jpg", "http://www.gramalaya.in/triad_strategy.php", "_self", "Triad Strategy 2010"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:3500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})