/*
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=2;
	separatorcolor="#336699";
	separatorsize="1";
	padding="3 20 4 5";
	fontsize="10px";
	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("Events")){
	style=menuStyle;
	top=3;
	left=0;

	
	
}



with(milonic=new menuname("contactmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Who is Who;url=Who is Who.htm;");
	aI("text=Addresses;url=Addresses.htm;");
}

with(milonic=new menuname("Links")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Regional Bureau for Arab States;url=http://www.undp.org/rbas/;");
	aI("text=Bureau for Crisis Prevention & Recovery (BCPR);url=http://www.undp.org/bcpr/;");
	aI("text=Human Development Report;url=http://www.undp.org/hdr/;");
	aI("text=UN Volunteers;url=http://www.unv.org/ ;");
	aI("text=Millennium Development Goals (MDGs);url=http://www.undp.org/mdg/;");
	aI("text=UNDP's Sub-regional Resource Facility for Arab States;url=http://www.surf-as.org/;");
	aI("text=UNDP/Inter-Agency Procurement Services Office (IAPSO);url=http://www.iapso.org;");
	aI("text=UN Information System in Sudan;url=http://unsudanig.org/ ;");
	
}

with(milonic=new menuname("Home")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=UNDP Sudan Home Page;url=http://www.sd.undp.org/;");
	aI("text=UNDP Global Home Page;url=http://www.undp.org/;");
	
	
	
}


with(milonic=new menuname("Publications")){
	style=menuStyle;
	top=3;
	left=-6;


}


with(milonic=new menuname("programme")){
	style=menuStyle;
	top=3;
	left=-6;

	aI("text=Democratic Governance;url=Democratic Governance.htm;");
	aI("text=Crisis Prevention & Recovery;url=Crisis.htm;");
	aI("text=Improved Natural Resource Management;url=Improved Natural Resource Management.htm;");
	aI("text=Financial information;url=financial.htm;");
}


with(milonic=new menuname("Services")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Joint Transition Fund (JTF);url=Doc/Trust Fund Management/JFT.htm;");
	aI("text=GFATM;url=Doc/Trust Fund Management/GFATM.htm;");
	aI("text=EU–GOS–UNDP ;url=Doc/Trust Fund Management/EU_GOS_UNDP.htm;");
	
}

drawMenus();
