/***********************************************
* 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 mygallery2=new fadeSlideShow({
	wrapperid: "mostvisited", //ID of blank DIV on page to house Slideshow
	dimensions: [200, 115], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		//["newhome/images/wed2011_logo.jpg", "/wed/", "", ""],
		["/newhome/Images/mostvisited/geo4.jpg", "/geo/", "", ""],
		["/cpi/pmp/images/covers/Tunza_8_4.jpg", "/publications/contents/pub_details_search.asp?ID=6191", "", ""],
		["/cpi/pmp/images/covers/op_june_2011.jpg", "/OurPlanet/", "", ""],
		["/cpi/pmp/images/covers/DCP1354NA.jpg", "/annualreport/2010", "", ""]
		//["/GC/GCSS-XI/Images/gc_logo_h_thumb.jpg", "/gc/gcss-xi/", "", ""],
		
		//["/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: ""
})
