/*
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("contact")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Who's Who;url=http://www.sd.undp.org/who.htm;");
	aI("text=Addresses;url=http://www.sd.undp.org/addresses.htm;");
}

with(milonic=new menuname("UNinSudan")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Sudan overview ;url=http://www.sd.undp.org/sudan overview.htm");

	aI("text=UN in Sudan;url=http://www.sd.undp.org/un_sudan.htm");    
	aI("text=Partners;url=http://www.sd.undp.org/partners.htm");
}

with(milonic=new menuname("Links")){
	style=menuStyle;
	top=3;
	left=-6;	
	aI("text=UNDP Worldwide;url=http://www.undp.org/;");
	aI("text=UNDP in the Region;url=http://www.undp.org/arabstates/;");
	aI("text=UNDP Sudan;url=http://www.sd.undp.org/undp_sudan.htm");

}



with(milonic=new menuname("programme")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Democratic Governance;url=http://www.sd.undp.org/focus_democratic_governance.htm");
    aI("text=Crisis Prevention and Recovery;url=http://www.sd.undp.org/security.htm");
	aI("text=Environment & Energy;url=http://www.sd.undp.org/focus_environment.htm");
	aI("text=Poverty Reduction;url=http://www.sd.undp.org/focus_poverty_reduction.htm");
	aI("text=HIV/AIDS;url=http://www.sd.undp.org/focus_HIV.htm");
	aI("text=Women's Empowerment ;url=http://www.sd.undp.org/focus_women_empowerment.htm");
	aI("text=Fund Management ;url=http://www.sd.undp.org/Focus_fundmanagement.htm");
	aI("text=UNV Programme;url=http://www.sd.undp.org/unv.htm");
}

with(milonic=new menuname("operation")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=In Brief;url=http://www.sd.undp.org/brief.htm");
	aI("text=Funding & Finance;url=http://www.sd.undp.org/funding.htm");
	aI("text=Human Resources;url=http://www.sd.undp.org/hr.htm");
    aI("text=Procurement;url=http://www.sd.undp.org/procurement.htm");

	
}
with(milonic=new menuname("publications")){
	style=menuStyle;
	top=3;
	left=-6;
	
	aI("text=Macroeconomic Policies For Poverty Reduction: The Case of Sudan;url=http://www.sd.undp.org/publications/Macroeconomic.pdf ;target=_blank");
	aI("text=Land Issues and Peace in Sudan;url=http://www.sd.undp.org/publications/RRBC land.pdf ;target=_blank");

	aI("text=Nomads’ Settlement in Sudan: Experiences, Lessons and Future Action;url=http://www.sd.undp.org/publications/rrbc/NOMADS' SETTLEMENT IN SUDAN.pdf ;target=_blank");
	aI("text=Pastoral Production Systems in South Kordofan;url=http://www.sd.undp.org/publications/rrbc/PASTORAL PRODUCTION SYSTEMS IN SOUTH KORDOFAN.pdf ;target=_blank");
	aI("text=Share the Land or Part the Nation: The Pastoral Land Tenure System in Sudan;url=http://www.sd.undp.org/publications/rrbc/Share The Land Or Part The Nation.pdf ;target=_blank");

	aI("text=Budget analysis for pro-poor spending;url=http://www.sd.undp.org/publications/Budget Analysis.pdf ;target=_blank");
	aI("text=Institutions and Processes in Public Finance Management in Sudan;url=http://www.sd.undp.org/publications/Institution and Processes.pdf ;target=_blank");
	aI("text=Wealth Sharing and Intergovernmental Transfers in Sudan;url=http://www.sd.undp.org/publications/Wealh Sharing.pdf ;target=_blank");
	
}

with(milonic=new menuname("mdgs")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=MDGs in Sudan ;url=http://www.sd.undp.org/mdg_sudan.htm");
	aI("text=UN Millennium Development Goals;url=http://www.un.org/millenniumgoals/ ;target=_blank");
	aI("text=MDG Monitor;url=http://www.mdgmonitor.org/ ;target=_blank");

	
}


with(milonic=new menuname("Services")){
	style=menuStyle;
	top=3;
	left=-6;
	
	
}

drawMenus();
