/*
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  ******* 
*/

fixMozillaZIndex=true;
_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="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("aboutmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=About UNDP Gambia;url=undp_gambia.htm;");
	aI("text=UNDP Country Team;url=undp_country_team.htm;");
	aI("text=UN Country Team;url=un_country_team.htm;");
	aI("text=United Nations Volunteers;url=http://www.unv.org/;");
	aI("text=Useful Links;url=useful_links.htm;");
	aI("text=Contact Us;url=contactus.php;");
}

with(milonic=new menuname("mdgsmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=About the Millennium Goals;url=mdgs_intro_gambia.htm;");
	aI("text=Millennium Development Goals The Gambia;url=mdgs_gambia.htm;");
	aI("text=Millennium Development Goals Global;url=http://www.undp.org/mdg/;");
}

with(milonic=new menuname("jobsmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=UNDP Vacancies;url=gm_vacancies.htm;");
	aI("text=Internships;url=gm_internship.htm;");
	aI("text=Human, Procurement Capabilities & Funding;url=gm_hr_procurment.htm;");
	aI("text=UNDP Gambia Procurement Process;url=gm_procurement_process.htm;");
	aI("text=UNDP Gambia Hiring Process;url=gm_hiring_process.htm;");
}


with(milonic=new menuname("undpmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Introduction;url=practice_intro.htm;");
	aI("showmenu=Practice Areas;status=Practice Areas;text=Practice Areas;");

}

with(milonic=new menuname("mediamenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Press Release - 2009;url=press_release_2009.htm;");
	aI("text=Press Release - 2008;url=press_release_2008.htm;");
	aI("text=Press Release - 2007;url=press_release_2007.htm;");
	aI("text=Archives News;url=archives_news.html;");
	aI("text=Statements;url=gm_statements.htm;");
}
with(milonic=new menuname("Press Release - 2007")){
	style=menuStyle;
	
}
with(milonic=new menuname("Press Release - 2008")){
	style=menuStyle;
	
}
with(milonic=new menuname("Statements")){
	style=menuStyle;
	aI("text=RR Reception;url=statement_rr_reception.pdf;");
	aI("text=RR CPD Validation;url=statement_rr_cdp_validation.pdf;");
	aI("text=RR on MDG Workshop;url=statement_rr_seniorpolicy.pdf;");
	aI("text=National Women Council Silver Jubilee;url=statement_rr_women_jubilee.pdf;");
	aI("text=Handing Over Ceremony 2007;url=statement_handover_oic.pdf;");
}

with(milonic=new menuname("Press Release - 2006")){
	style=menuStyle;
	aI("text=New UNDP RR - Credentials to President;url=press_release_rr_credentials_feb06.pdf;");
	aI("text=Stakeholders CPD Validation April 06;url=press_release_cpd_2006.pdf;");
	aI("text=Gilbert Houngbo - Visits CO;url=press_release_rda_visit_july06.pdf;");
	aI("text=RR Visit NBD Projects;url=press_release_rr_farafenni.pdf;");
	aI("text=UN Day - 2006;url=press_release_unday_nov06.pdf;");
	aI("text=Development Forum - Launching;url=press_release_rr_nov06.pdf;");
}


with(milonic=new menuname("pubmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Key Publications;url=publications.htm;");
}



drawMenus();
