/*
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="3 20 4 5";
	fontsize="11px";
	fontfamily="Verdana, Arial";
	fontstyle="normal";

	pagecolor="black";
	pagebgcolor="#82B6D7";
	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=About PAPP;url=/en/aboutundp/aboutpapp.html;");
	aI("text=About Palestinian People;url=/en/aboutundp/aboutpalpp.html;");
	aI("text=The UN in the oPt;url=/en/aboutundp/un.html;");
	aI("text=Donors and Partners;url=/en/aboutundp/donors.html;");
	aI("text=UNV;url=http://www.unv-pal.org;");
	aI("text=TOKTEN;url=http://www.toktenpalestine.org;");
	aI("text=Internship;url=/en/aboutundp/internship.html;");
	aI("text=Vacancies;url=http://jobs.undp.ps;");
	aI("text=Procurement;url=/en/aboutundp/proc.html;");
	aI("text=Learning;url=/en/aboutundp/learn.html;");
}

with(milonic=new menuname("countriesmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=List of Countries;url=countries/;");
}

with(milonic=new menuname("mdgsmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=MDGs Attainment in the oPt;url=/en/mdgs/mdgopt.html;");
	aI("text=Overview;url=/en/mdgs/mdgmain.html;");
	aI("text=Palestinian MDG report;url=/en/newsroom/publications/pdf/other/enmdg06.pdf;");
	aI("text=Millenium Project;url=http://www.undp.org/mdg/;");
}

with(milonic=new menuname("prioritiesmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Overview;url=/en/focusareas/focusgen.html;");
	aI("text=Democratic Governance;url=/en/focusareas/demgov/demgov.html;");
	aI("text=Poverty Reduction;url=/en/focusareas/poverty/povred.html;");
	aI("text=Crisis Prevention &amp; Recovery;url=/en/focusareas/crisis/crisisprev.html;");
	aI("text=Energy &amp; Environment;url=/en/focusareas/engenv/engenv.html;");
	aI("text=Information Technology;url=/en/focusareas/ict/it.html;");
	aI("text=HIV/AIDS;url=/en/focusareas/hiv.html;");

}

with(milonic=new menuname("newsroommenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Press Releases;url=/en/newsroom/press09.html;");
	aI("text=Speeches;url=/en/newsroom/speeches.html;"); 
	aI("text=Videos;url=/en/newsroom/videos.html;");
	aI("text=Publications;url=/en/newsroom/publications.html;");
	aI("text=Archive News;url=/en/newsroom/press06.html;");
	aI("text=Photo Archive;url=/en/newsroom/photoarchive/indexarchive.html;");
	aI("text=Studies and Research;url=/en/newsroom/studies.html;");
	aI("text=Contact Newroom;url=/en/newsroom/contact.html;");
	aI("text=Useful Links;url=/en/newsroom/usefullinks.html;");

}

drawMenus();
