/*
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=What we do;url=http://www.undp.org.tt/about/index.html");
	aI("text=Country Programmes;url=http://www.undp.org.tt/programmes/index.html");
	aI("text=Partners;url=http://www.undp.org.tt/Partners/index.html");
	aI("text=Our Team;url=http://www.undp.org.tt/Team/index.html");
}

with(milonic=new menuname("prioritiesmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Democratic Governance;url=http://www.undp.org.tt/governance/index.html");
	aI("text=Poverty Reduction;url=http://www.undp.org.tt/poverty/index.html");
	aI("text=Crisis Prevention &amp; Recovery;url=http://www.undp.org.tt/Crisis Prevention/index.html");
	aI("text=Energy &amp; Environment;url=http://www.undp.org.tt/Environment/index.html");
	aI("text=HIV/AIDS;url=http://www.undp.org.tt/hiv-aids/index.html");
}

with(milonic=new menuname("mdgsmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Millennium Development Goals;url=http://www.undp.org.tt/mdg/index.html");
}

with(milonic=new menuname("regionsmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=UNDP Small Grants Porgramme;url=http://www.undp.org.tt/UNDP-SGP/index.html");
	aI("text=GEF Small Grants Programme;url=http://www.undp.org.tt/GEF-SGP/index.html");
        aI("text=Public Private Sector Partnerships;url=http://www.undp.org.tt/CSR/index.html");
	aI("text=UN Volunteers;url=http://www.undp.org.tt/UNV/index.html");
        aI("text=Trinidad and Tobago;url=http://www.undp.org.tt/index.html")
	aI("text=Suriname;url=http://www.undp.org.tt/suriname/index.html");
	aI("text=Netherlands Antilles;url=http://www.undp.org.tt/NA/index.html");
	aI("text=Aruba;url=http://www.undp.org.tt/Aruba/index.html");
}

with(milonic=new menuname("countriesmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Procurement;url=http://www.undp.org.tt/Procurement/index.html");
	aI("text=Employment Opportunities;url=http://www.undp.org.tt/Jobs/index.html");
	aI("text=Internships;url=http://www.undp.org.tt/Interns/index.html");
        aI("text=Contacts;url=http://www.undp.org.tt/contacts/index.html");
        aI("text=Feedback and Suggestions;url=http://www.undp.org.tt/Suggestions/index.html");
}

with(milonic=new menuname("newsroommenu")){
	style=menuStyle;
	top=3;
	left=-6;
        aI("text=News;url=http://www.undp.org.tt/News/index.html");
	aI("text=Speeches;url=http://www.undp.org.tt/speeches/index.html");
	aI("text=Videos;url=http://www.undp.org.tt/videos/index.html;");
	aI("text=Publications;url=http://www.undp.org.tt/publications/index.html");
}

drawMenus();
