/*
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("acercade")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=PNUD en el Mundo;url=/acercade/1.asp;");
	aI("text=PNUD en Chile;url=/acercade/2.asp;");
	aI("text=Marco Legal y Normativo;url=/acercade/6.asp;");
	aI("text=Representante Residente;url=/acercade/3.asp;");
	aI("text=Funcionarios en Chile;url=/acercade/4.asp;");
	aI("text=PNUD y la ONU en Chile;url=/acercade/5.asp;");
}

with(milonic=new menuname("areas")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Gobernabildad Democrática;url=/areas/1.asp;");
	aI("text=Reducción de la Pobreza;url=/areas/2.asp;");
	aI("text=Energía y Medio Ambiente;url=/areas/3.asp;");
	aI("text=VIH/SIDA;url=/areas/4.asp;");
	aI("text=Prevención y Recuperación de Crisis;url=/areas/5.asp;");
	aI("text=Género;url=/areas/6.asp;");
}

with(milonic=new menuname("idh")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Desarrollo Humano en Chile;url=http://www.desarrollohumano.cl;");
	aI("text=Desarrollo Humano y Educación;url=http://www.desarrollohumano.cl/idhc/wwwroot/index.htm;");
	aI("text=Revista Latinoamericana;url=http://www.revistadesarrollohumano.org/;");
}

with(milonic=new menuname("prensa")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Noticias;url=/prensa/1.asp;");
	aI("text=PNUD en la Prensa;url=/prensa/pnud-en-prensa/1.asp");	
	aI("text=Discursos;url=/prensa/2.asp;");
	aI("text=Publicaciones;url=/prensa/4.asp;");
	aI("text=Boletín ONU;url=/boletin/2.asp");

}

with(milonic=new menuname("proyectos")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=¿Cómo se Trabaja con el PNUD?;url=/proyectos/2.asp;");
	aI("text=Manual de Gestión de Proyectos de Cooperación Técnica;url=/proyectos/3.asp;");
	aI("text=Fichas de Proyectos;url=/proyectos/1.asp;");
	aI("text=Adquisiciones de Bienes y Servicios;url=/servicios/4.asp;");
	aI("text=Acceso a MAERA;url=http://maera.rblac.undp.org/;");

}

with(milonic=new menuname("odm")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Objetivos del Milenio en el Mundo;url=http://www.undp.org/spanish/mdg/;");
	aI("text=Objetivos del Milenio en Chile;url=/odm/odm-chile.asp;");
	aI("text=Documentos y Sitios de Interés;url=/odm/3.asp;");
}


drawMenus();
