// JavaScript Document
/*
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="http://stone.undp.org/system2/ict-project/images/blue_arrow.gif";
	subimagepadding="3";
	overfilter="";
	outfilter="";
}

with(menuStyleSub=new mm_style()){

	offcolor="#0c0c60";
	offbgcolor="#eaeaf0";
	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="http://stone.undp.org/system2/ict-project/images/blue_arrow.gif";
	subimagepadding="3";
	overfilter="";
	outfilter="";
}


with(milonic=new menuname("menu1")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Who we are & What we do;url=/about/;");
	aI("text=Strategic Partnerships;url=/partnerships/;");
	aI("text=Executive Board;url=/execbrd/;");
	aI("text=UN Capital Development Fund;url=http://www.uncdf.org/english/;");
	aI("text=UNIFEM;url=http://www.unifem.org/;");
	aI("text=UN Volunteers;url=http://www.unv.org/;");
	aI("text=Jobs;url=http://jobs.undp.org;");
	aI("text=Procurement;url=/procurement/;");
}

with(milonic=new menuname("menu_weare")){
	style=menuStyle;
	top=-20;
	left=100;
	aI("text=Our Mandate;url=/bcpr/we_are/mandate.shtml;");
	aI("text=Our Role;url=/bcpr/we_are/role.shtml;");
	aI("text=Our Partners;url=/bcpr/we_are/partners.shtml;");
	aI("text=Leadership;url=/bcpr/we_are/leadership.shtml;");
	aI("text=Contact Us;url=/bcpr/we_are/contact.shtml;");
}

with(milonic=new menuname("menu_wedo")){
	style=menuStyle;
	top=10;
	left=100;
	aI("text=Prevention and Risk Reduction;url=http://;showmenu=menu_prev_risk");
	aI("text=Recovery;url=http://;showmenu=menu_recovery");
}

with(milonic=new menuname("menu_prev_risk")){
	style=menuStyleSub;
	top=190;
	left=320;
	aI("text=Conflict Prevention;url=http://;");
	aI("text=Armed Violence Prevention;url=http://;");
	aI("text=Natural Disaster Risk Reduction;url=http://;");
}

with(milonic=new menuname("menu_recovery")){
	style=menuStyleSub;
	top=210;
	left=320;
	aI("text=Security;url=http://;");
	aI("text=Transitional Governance;url=http://;");
	aI("text=Economic Recovery;url=http://;");
	aI("text=Social Cohesion and Reconciliation;url=http://;");
	aI("text=Early Recovery;url=http://;");
	aI("text=International Recovery Platform;url=http://;");
}

with(milonic=new menuname("menu_howwedo")){
	style=menuStyle;
	top=35;
	left=100;
	aI("text=Advocacy and Awareness Raising;url=http://;");
	aI("text=Capacity Development;url=http://;");
	aI("text=Conflict and Risk Sensitive Development;url=http://;");
	aI("text=Gender Equality;url=http://;");
	aI("text=Knowledge Networking and Good Practices;url=http://;");
	aI("text=Linking Strategic Planning to Programming ;url=http://;");
	aI("text=Promoting Consensus Building and Dialogue;url=http://;");
	aI("text=Supporting Community Based Approaches;url=http://;");
}


drawMenus();
