/*
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=Notre mission;url=http://www.gn.undp.org/mission.htm;");
	aI("text=Partenariat;url=http://www.gn.undp.org/partner.htm;");
	aI("text=Notre personnel;url=http://www.gn.undp.org/job.htm;");
	aI("text=Le services des achats;url=http://www.gn.undp.org/achat.htm;");
	aI("text=FENU;url=http://www.uncdf.org/francais/countries/guinea/index.php;");
	aI("text=UNV;url=http://www.gn.undp.org/vnu.htm;");
	
}

with(milonic=new menuname("dompriomenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Gouvernance Démocratique;url=http://www.gn.undp.org/gouver.htm;");
	aI("text=Lutte contre la Pauvreté;url=http://www.gn.undp.org/pauv.htm;");
	aI("text=Energie & Environnement;url=http://www.gn.undp.org/energie.htm;");
	aI("text=Lutte contre le VIH/SIDA;url=http://www.gn.undp.org/sida.htm;");

}

with(milonic=new menuname("omdmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Que sont les OMD?;url=http://www.gn.undp.org/omd.htm;");
	aI("text=Les OMD en Guinée;url=http://www.gn.undp.org/omdgui.htm;");

}


with(milonic=new menuname("newsmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Communiqués;url=http://www.gn.undp.org/presse.htm;");
	aI("text=Archives 2006;url=http://www.gn.undp.org/presse/arch2006.htm;");
    aI("text=Archives 2005;url=http://www.gn.undp.org/presse/arch2005.htm;");

}

with(milonic=new menuname("pressmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Communiqués 2008;url=http://www.undp.org/2008.htm;");
	aI("text=Archives 2007;url=http://www.undp.org/presse/2007.htm;");
	aI("text=Archives 2006;url=http://www.undp.org/2006.htm;");


}

with(milonic=new menuname("liensmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Systèmes des Nations Unies;url=http://www.gn.undp.org/coordination.htm;");
	aI("text=sites Guinéens;url=http://www.gn.undp.org/liensgui.htm;");
	aI("text=PNUD Global;url=http://www.undp.org;");
	aI("text=Site ONU;url=http://www.un.org;");
}

with(milonic=new menuname("contactmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Nous contacter;url=http://www.gn.undp.org/contact.htm;");
	

}

drawMenus();
