/*
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://www.undp.org.ec/images/arrow.gif";
	subimagepadding="3";
	overfilter="";
	outfilter="";
}

with(milonic=new menuname("acercademenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Datos Generales;url=http://www.undp.org.ec/datosGenerales.html;");
	aI("text=Trabajo UNDP en Ecuador;url=http://www.undp.org.ec/trabajoUndp.html;");
	aI("text=UNDP en el Mundo;url=http://www.undp.org/spanish;");
	aI("text=UNDP en el Sistema ONU;url=http://www.undp.org.ec/enlacesUN.htm;");
}


with(milonic=new menuname("ecuadormenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Datos Generales;url=http://www.undp.org.ec/datosGeneralesEcuador.html;");
	aI("text=Datos Sociales;url=http://www.undp.org.ec/datosSocialesEcuador.html;");
}

with(milonic=new menuname("areasmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Reducción de la Pobreza;url=http://www.undp.org.ec/pobreza.php;");
	aI("text=Gobernabilidad Democrática;url=http://www.undp.org.ec/gobernabilidad.php;");
	aI("text=Desarrollo Sostenible;url=http://www.undp.org.ec/desarrollosostenible.php;");
	aI("text=Gestión de Riesgos;url=http://www.undp.org.ec/riesgos.php");
	aI("text=Desarrollo y Paz Fronte Norte;url=http://www.undp.org.ec/fronteranorte.htm;");
	
}

with(milonic=new menuname("ejesmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Género;url=http://www.undp.org.ec/genero/index.htm;");
	aI("text=DDHH;url=http://www.undp.org.ec/derechoshumanos.php;");
	aI("text=Interculturalidad;url=http://www.undp.org.ec/interculturalidad.htm;");
	aI("text=Programa MARCO ART;url=http://www.undp.org.ec/ART;");
	aI("text=VIH-SIDA;url=http://www.undp.org.ec/VIH_SIDA/vihprincipal.htm;");
	
}
with(milonic=new menuname("odmmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Objetivos del Milenio;url=http://www.undp.org/spanish/mdg/;");
	aI("text=Objetivos del Milenio en Ecuador;url=http://www.undp.org.ec/odm/index.htm;");
}

with(milonic=new menuname("prensamenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Archivo de Noticias;url=http://www.undp.org.ec/archivoNoticias.html;");
	aI("text=Eventos;url=http://www.undp.org.ec/eventos.html;");
	aI("text=Discursos;url=http://www.undp.org.ec/discursos.html;");
}
with(milonic=new menuname("publimenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("target=_new;text=Biblioteca UN;url=http://www.bibliotecaonu.org.ec;");
<!--	aI("text=Publicaciones UNDP;url=http://www.undp.org.ec/publicaciones.html;");
-->
	
}

drawMenus();
