/*
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";
	offbgcolor="#CCDDEE";
	oncolor="#FFFFFF";
	onbgcolor="#6699CC"; 

	bordercolor="#336699";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#336699";
	separatorsize="1";
	padding="2 20 4 5";
	fontsize="11px";
	fontfamily="tahoma";
	fontstyle="normal";

	pagecolor="black";
	pagebgcolor="#CCDDEE";
	headercolor="#000000";
	headerbgcolor="#FFFFFF";

	subimage="";
	subimagepadding="0";
	overfilter="";
	outfilter="";
}

with(milonic=new menuname("home")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Country Info;url=countryinfo.php;");
	aI("showmenu=unctrytm;text=UN Country Team;");
	aI("text=About UNDP;url=undp.php;");
}

with(milonic=new menuname("unctrytm")){
	style=menuStyle;
	left=40;	
		top=163;

	aI("text=UN Reform;url=unreform.php;");
	aI("text=The UN Country Team’s work in Libya;url=uncteam.php;");
}

with(milonic=new menuname("undplibya")){
	style=menuStyle;
	top=3;
	left=40;
	aI("text=Country Programme/Standard Agreement;url=countryprogramme.php;");
	aI("showmenu=human;text=Human & Procurement Capacities;");
	aI("text=Partners;url=partners.php;");
}

with(milonic=new menuname("human")){
	style=menuStyle;
	left=230;	
		top=163;

	aI("text=Office Delivery;url=officedelivery.php;");
	aI("text=Human Resources;url=humanresources.php;");
	aI("text=Procurement;url=hrprocurement.php;");
}
with(milonic=new menuname("practice")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Democratic Governance;url=democraticgovernance.php;");
	aI("text=Poverty Reduction;url=povertyreduction.php;");
	aI("text=Environment & Energy;url=energyenvironment.php;");
	aI("text=Gender;url=gender.php;");
	aI("text=HIV / AIDS ;url=hiv.php;");
	aI("text=MDGs ;url=wwdmdgs.php;");
}

with(milonic=new menuname("mdg")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=About the MDGs;url=mdgs.php");
	//
	aI("text=Eradicate extreme poverty and hunger;url=mdg_g1.php");
	aI("text=Achieve universal primary education;url=mdg_g2.php");
	aI("text=Promote gender equality;url=mdg_g3.php");
	aI("text=Reduce child mortality;url=mdg_g4.php");
	aI("text=Improve maternal health;url=mdg_g5.php");
	aI("text=Combat HIV/AIDS, malaria and other diseases ;url=mdg_g6.php");
	aI("text=Ensure environmental sustainability;url=mdg_g7.php");
	aI("text=Global partnership for development;url=mdg_g8.php");


}

with(milonic=new menuname("news")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=UNDP Libya News;url=newslocal.php;");
	aI("text=Press Releases;url=press.php;");	
	aI("text=Press Clippings;url=pclippings.php;");
}

with(milonic=new menuname("contact")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=UNDP Libya Office;url=contactus.php;");
	aI("text=Who's Who;url=whoswho.php;");

}

with(milonic=new menuname("opportunities")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Vacancies;url=vacancies.php;");
	aI("text=Internship Programme;url=internship.php");
	aI("text=Procurement;url=procurement.php");


}


drawMenus();