/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset

with(menuStyle=new mm_style()){

	offcolor="#336699";	/* font color default */
	offbgcolor="#CCDDEE";	/* background color default */
	oncolor="#FFFFFF";	/* font color link hover */
	onbgcolor="#6699CC";	/* background link hover */

	bordercolor="#336699";	/* border color all item */
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#336699";	/* border-bottom color for each item */
	separatorsize="1";
	padding="3 20 4 5";
	fontsize="11px";
	fontfamily="Verdana, Arial";
	fontstyle="normal";

	/*pagecolor="black";
	pagebgcolor="#82B6D7";
	headercolor="#000000";
	headerbgcolor="#FFFFFF";*/

	subimage="arrow.gif";
	subimagepadding="3";
	overfilter="";
	outfilter="";
}

with(milonic=new menuname("pCFmenu")){
	style=menuStyle;
	overflow="scroll";
	top=0;
	left=-5;
	aI("text=Afghanistan;url=http://go.snap-undp.org/co/AFG/;");
	aI("text=Bangladesh;url=http://go.snap-undp.org/co/BGD/;");
	aI("text=Bhutan;url=http://go.snap-undp.org/co/BTN/;");
	aI("text=Cambodia;url=http://go.snap-undp.org/co/KHM/;");
	aI("text=China;url=http://go.snap-undp.org/co/CHN/;");
	aI("text=Fiji;url=http://go.snap-undp.org/co/FJI/;");
	aI("text=India;url=http://go.snap-undp.org/co/IND/;");
	aI("text=Indonesia;url=http://go.snap-undp.org/co/IDN/;");
	aI("text=Iran;url=http://go.snap-undp.org/co/IRN/;");
	aI("text=Japan Liaison Office;url=http://go.snap-undp.org/co/JPN/;");
	aI("text=Korea (Republic of);url=http://go.snap-undp.org/co/KOR/;");
	aI("text=Laos;url=http://go.snap-undp.org/co/LAO/;");
	aI("text=Malaysia;url=http://go.snap-undp.org/co/MYS/;");
	aI("text=Maldives;url=http://go.snap-undp.org/co/MDV/;");
	aI("text=Mongolia;url=http://go.snap-undp.org/co/MNG/;");
	aI("text=Myanmar;url=http://go.snap-undp.org/co/MMR/;");
	aI("text=Nepal;url=http://go.snap-undp.org/co/NPL/;");
	aI("text=North Korea;url=http://go.snap-undp.org/co/PRK/;");
	aI("text=Pakistan;url=http://go.snap-undp.org/co/PAK/;");
	aI("text=Papua New Guinea;url=http://go.snap-undp.org/co/PNG/;");
	aI("text=Philippines;url=http://go.snap-undp.org/co/PHL/;");
	aI("text=Samoa;url=http://go.snap-undp.org/co/WSM/;");
	aI("text=Sri Lanka;url=http://go.snap-undp.org/co/LKA/;");
	aI("text=Thailand;url=http://go.snap-undp.org/co/THA/;");
	aI("text=Timor-Leste;url=http://go.snap-undp.org/co/TLS/;");
	aI("text=Viet Nam;url=http://go.snap-undp.org/co/VNM/;");
}

with(milonic=new menuname("countriesmenu")){
	style=menuStyle;
	top=-10;
	left=130;
	aI("text=List of Countries;url=countries/;");
}

with(milonic=new menuname("regionsmenu")){
	style=menuStyle;
	top=-10;
	left=130;
	aI("text=Africa;url=http://www.undp.org/regions/africa/;");
	aI("text=Arab States;url=http://www.undp.org/regions/arabstates/;");
	aI("text=Asia &amp; the Pacific;url=http://www.undp.org/regions/asiapacific/;");
	aI("text=Europe &amp; the Commonwealth of Independent States;url=http://www.undp.org/regions/europe/;");
	aI("text=Latin America &amp; the Caribbean;url=http://www.undp.org/regions/latinamerica/;");
	aI("text=Full List of Countries;url=http://www.undp.org/countries/;");
}





drawMenus();

