/*
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("xmenua")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Togo en bref;url=../undptogo/togo.htm;");
	aI("text=A propos du PNUD au Togo;url=../undptogo/pnudtg.htm;");
	aI("text=Ressources Humaines;url=../undptogo/organigramme.htm;");
	aI("text=Volontaires des Nations Unies;url=../undptogo/vnu.htm;");
	aI("text=Procurement;url=../undptogo/achats.htm;");
	aI("text=Cadre de coopération 2008-2012;url=../Projets/download/UNDAF2008-2012.pdf;");
	aI("text=Sites des bureaux de Pays;url=http://www.undp.org/french/countries/;");
	
}


with(milonic=new menuname("xmenub")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=A propos des Objectifs du Millénaire pour le développement;url=../omd/aproposOMD.htm;");
	aI("text=Rôle du Pnud;url=../omd/rolepnud.htm;");
	aI("text=Objectif par objectif;url=../omd/omd-aper.htm;");
	aI("text=Le Togo et les Objectifs du Millénaire pour le développement;url=../omd/TogoetOmd.htm;");

	}

with(milonic=new menuname("xmenuc")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Réduction de la pauvreté;url=../domprio/Pauvrete.htm;");
	aI("text=Promotion de la Gouvernance;url=../domprio/gouvern.htm;");
	aI("text=Environnement et énergie;url=../domprio/envi_ener.htm;");
	aI("text=Prévention des crises et Relèvement;url=../domprio/crise.htm;");
	aI("text=Lutte contre le VIH/SIDA, Genre;url=../domprio/vih.htm;");
	
}

with(milonic=new menuname("xmenud")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Priorités de développement du SNU;url=../undptogo/syst_onu.htm;");
	aI("text=UNDAF 2008-2012;url=../undptogo/download/CPD Togo  20082012.pdf;");
	aI("text=Rapport du Coordonnateur;url=../Projets/download/Rapport_Coordonnateur2007.pdf;");
	
}


with(milonic=new menuname("xmenue")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Publications;url=../undptogo/publications.htm;");
	aI("text=Centre de presse;url=../undptogo/centre_press.htm;");
	aI("text=Allocutions;url=../undptogo/allocutDisc.htm;");
	
}

with(milonic=new menuname("xmenua")){
	style=menuStyle;
	top=3;
	left=-6;
	}
drawMenus();};
