/*
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=50            // 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="#FFFFFF";
	offbgcolor="#003399";
	oncolor="#336699";
	onbgcolor="#CCDDEE"; // Initial value["#6699CC"] but changed by AMD

	bordercolor="#336699";
	borderstyle="solid";
	borderwidth=1;
	separatorcolor="#336699";
	separatorsize="1";
	padding="4 20 4 5";
	fontsize="12px";
	fontfamily="Verdana, Arial";
	fontstyle="normal";

	pagecolor="black";
	pagebgcolor="#003399"; // Initial value["##82B6D7"] but changed by AMD
	headercolor="#000000";
	headerbgcolor="#FFFFFF";

	subimage="menu/arrow.gif";
	subimagepadding="3";
	overfilter="";
	outfilter="";
}

with(milonic=new menuname("aboutmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=UNDP In Liberia;url=about_inliberia.htm;");
	aI("text=UNDP Team;url=about_liberiateam.htm;");
	aI("text=Contact Us;url=about_contact.htm;");
	aI("text=Acronyms;url=about_acronym.htm;");
	aI("text=Facts & Figures;url=about_facts.htm;");
	aI("text=Country Profile;url=about_cprofile.htm;");
	aI("text=Map of Liberia;url=about_map.htm;");
	
}

with(milonic=new menuname("countriesmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=List of Countries;url=countries/;");
}

with(milonic=new menuname("regionsmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Democratic Governance;url=r_governance.htm;");
	aI("text=Poverty Reduction;url=r_poverty.htm;");
	aI("text=Crisis Prevention & Recovery;url=r_crisis.htm;");
	aI("text=Energy & Environment;url=r_bio.htm;");
	aI("text=Women's Empowerment;url=womensempower.htm;");
	aI("text=HIV & AIDS;url=aids.htm;");
}


/*with(milonic=new menuname("regionsmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=DDRR;url=r_ddrr.htm;");
	aI("text=CBR;url=r_cbr.htm;");
	aI("text=Governance;url=r_governance.htm;");
	aI("text=HR & Protection;url=r_hr.htm;");
	aI("text=Small Arms;url=r_sa.htm;");
	aI("text=HIV/AIDS & GFATM;url=r_aids.htm;");
	aI("text=Environment;url=r_bio.htm;");
	aI("text=Strategy & Policy;url=r_strategypolicy.htm;");
	aI("text=Diamond for Development;url=r_diamond.htm;");
	aI("text=UN Volunteers;url=r_unvliberia.htm;");	
}*/


with(milonic=new menuname("mdgsmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Millennium Development Goals;url=mdgs.htm;");
	
}

with(milonic=new menuname("priormenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=National Human Development Report;url=nhdr.htm;");
		
}

with(milonic=new menuname("prioritiesmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Human Resources;url=hrv.htm;");
	aI("text=Procurement;url=procure.htm;");
	aI("text=Trust Funds;url=trust.htm;");
	aI("text=Donors;url=donor.htm;");
	aI("text=Partners;url=partner.htm;");	
	
}


with(milonic=new menuname("newsroommenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Press Release;url=news_pr.htm;");
	aI("text=Message from the SG;url=news_sg.htm;");
	aI("text=Photo Gallery;url=news_photo.htm;");
	aI("text=Archives;url=news_archive.htm;");
	aI("text=Newsletter;url=news_newsletter.htm;");

}

with(milonic=new menuname("usefulmenu")){
	style=menuStyle;
	top=3;
	left=60;// Initial value was [-60]
	aI("text=End Poverty;url=http://www.endpoverty2015.org/;");
	aI("text=UNDP Africa Regional Office;url=http://www.undp.org/africa/;");
	aI("text=UNDG;url=http://www.undg.org;");
	aI("text=Basic Security in the Field;url=http://www.unops.org/security/;");
	aI("text=UNMIL;url=http://www.unmil.org;");
	aI("text=UNV;url=http://www.unv.org;");
	aI("text=Government of Liberia;url=http://www.emansion.gov.lr/index.php;");	
}

with(milonic=new menuname("jobsmenu")){
	style=menuStyle;
	top=3;
	left=190;
	aI("text= UNDP LR Jobs;url=vacancies.htm;");
	aI("text=Procurement Notice;url=procure_notices.htm;");
	
}




drawMenus();
