/*
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("homemenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=UNDP Armenia;url=./;");
	aI("text=UNDP Global;url=http://www.undp.org/;");
}

with(milonic=new menuname("aboutmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Core Message;url=./?page=CoreMessage;");
	aI("text=Country Programme;url=./?page=CountryProgramme;");
	aI("text=UNDP-Government Agreement;url=./?page=SBAA;");
	aI("text=Donors and Delivery;url=./?page=DonorsDelivery;");
	aI("text=Joint Programmes;url=./?page=JointProgrammes;");
	aI("text=On-Going Projets;url=./?page=UNDP_Projects;");
	aI("text=Armenia Basic Information;url=./?page=AboutArmenia;");
	aI("text=Frequently Asked Questions;url=./?page=FAQ;");
}


with(milonic=new menuname("publicationsmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=2010 Publications;url=./?page=2010Publications;");
	aI("text=2009 Publications;url=./?page=2009Publications;");
	aI("text=2008 Publications;url=./?page=2008Publications;");
	aI("text=2007 Publications;url=./?page=2007Publications;");
	aI("text=2006 Publications;url=./?page=2006Publications;");
	aI("text=2005 Publications;url=./?page=2005Publications;");
	aI("text=2004 Publications;url=./?page=2004Publications;");
	aI("text=2003 Publications;url=./?page=2003Publications;");
	aI("text=1992-2002 Publications;url=./?page=PublicationsArchive;");
}

with(milonic=new menuname("mdgsmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Millennium Development Goals in Armenia;url=./?page=MDGs;");
	aI("text=Millennium Development Goals Worldwide;url=./?page=MDGsWorldwide;");
}

with(milonic=new menuname("contactsmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=UNDP Armenia Team;url=./?page=UNDPTeam;");
	aI("text=UN Contact Information;url=http://www.un.am/?laid=1&com=module&module=menu&id=97;");
}

with(milonic=new menuname("mediamenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Press Releases;url=./?page=NewsArchive;");
	aI("text=UNDP Newsletter;url=./?page=Newsletter;");
	aI("text=Success stories;url=./?page=SuccessStories;");
}

with(milonic=new menuname("partnershipsmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=How to partner with UNDP?;url=./?page=HowToPartner;");
	aI("text=Jobs;url=http://operations.undp.am/Recruitment/Default.aspx;");
	aI("text=Tenders;url=http://operations.undp.am/Procurement/Default.aspx;");
	aI("text=Procurement Principles;url=http://operations.undp.am/Procurement/_GTCProcurementPrinciples.aspx;");
	aI("text=Major Procurement Cases;url=./?page=MajorProc;");
}


drawMenus();

