/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/

/*
SYNTAX for image arrays:	["imagepath", "link", "target", "description"]
*/
/*var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [160, 95], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/newhome/images/wmbd/birds_1.gif", "http://www.worldmigratorybirdday.org/2010/index.php?option=com_content&view=article&id=2&Itemid=5", "_new", ""],
		["/newhome/images/wmbd/birds_2.gif", "http://www.worldmigratorybirdday.org/2010/index.php?option=com_content&view=article&id=2&Itemid=5", "_new", ""],
		["/newhome/images/wmbd/birds_3.gif", "http://www.worldmigratorybirdday.org/2010/index.php?option=com_content&view=article&id=2&Itemid=5", "_new", ""],
		["/newhome/images/wmbd/birds_4.gif", "http://www.worldmigratorybirdday.org/2010/index.php?option=com_content&view=article&id=2&Itemid=5", "_new", ""],
		["/newhome/images/wmbd/birds_5.gif", "http://www.worldmigratorybirdday.org/2010/index.php?option=com_content&view=article&id=2&Itemid=5", "_new", ""],
		["/newhome/images/wmbd/birds_6.gif", "http://www.worldmigratorybirdday.org/2010/index.php?option=com_content&view=article&id=2&Itemid=5", "_new", ""],
		["/newhome/images/wmbd/birds_7.gif", "http://www.worldmigratorybirdday.org/2010/index.php?option=com_content&view=article&id=2&Itemid=5", "_new", ""],
		["/newhome/images/wmbd/birds_8.gif", "http://www.worldmigratorybirdday.org/2010/index.php?option=com_content&view=article&id=2&Itemid=5", "_new", ""] //<--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: ""
})*/


var mygallery=new fadeSlideShow({
	wrapperid: "mostvisited", //ID of blank DIV on page to house Slideshow
	dimensions: [200, 150], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["/newhome/Images/mostvisited/geo4.jpg", "http://www.unep.org/geo/", "", ""],
		["/french/newhome/images/ourplanet_info.jpg", "/pdf/op_june/fr/OP-2011-06-fr-FULLVERSION.pdf", "", ""],
		["/french/newhome/images/tunza_info.jpg", "/pdf/Tunza_8.4_Fren_lr.pdf", "", ""],
		["/french/newhome/images/anualreport_info.jpg", "/pdf/annualreport/2010/UNEP_AR_2010_French.pdf", "", ""]
		//["newhome/images/wed_2010_home.jpg", "/wed/", "", ""]
		//["/Themes/freshwater/images/WWD2010.jpg", "/ecosystemmanagement/UNEPsWork/FreshwaterEcosystem/WorldWaterDay2010/tabid/3497/language/en-US/Default.aspx", "", ""] //<--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: ""
})
