﻿/*
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="10px";
	fontfamily="Verdana, Arial";
	fontstyle="normal";

	pagecolor="black";
	pagebgcolor="#82B6D7";
	headercolor="#000000";
	headerbgcolor="#FFFFFF";

	subimage="arrow.gif";
	subimagepadding="3";
	overfilter="";
	outfilter="";
}

with(milonic=new menuname("aboutmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Acerca de PNUD México;url=spip.php?article19;");
	aI("text=Financiamiento del PNUD México;url=spip.php?article50;");
	aI("text=Equipo del PNUD;url=spip.php?article214;");
	aI("text=Informe de Actividades del PNUD en México;url=spip.php?article216;");
	aI("text=Marco Jurídico;url=spip.php?page=articulo_sencillo&id_article=51;");
	aI("text=Socios y Contrapartes;url=spip.php?article221;");
	aI("text=PNUD en el Mundo;url=spip.php?article224;");
	aI("text=Proyectos;url=spip.php?page=proyectos;");
	aI("text=Formatos y Circulares;url=spip.php?rubrique147;");

}

with(milonic=new menuname("areasmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Gobernabilidad Democrática;url=spip.php?page=area&id_rubrique=2;");
	aI("text=Medio Ambiente y Energía;url=spip.php?page=area&id_rubrique=3;");
	aI("text=Reduccion de Pobreza;url=spip.php?page=area&id_rubrique=4;");
	aI("text=Desarrollo Humano;url=spip.php?page=area&id_rubrique=5/;");
	aI("text=Equidad de Género;url=spip.php?page=area&id_rubrique=35/;");
aI("text=Reducción de Riesgos de Desastres;url=spip.php?page=area&id_rubrique=148/;");
	
}

with(milonic=new menuname("licitacionesmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Licitaciones Vigentes (bienes y servicios);url=spip.php?page=licitaciones&campo=date_redac&orden=DESC;");
	aI("text=Fallos o Resultados de Licitaciones;url=spip.php?page=licitaciones_resultados&campo=date_redac&orden=DESC;");
	aI("text=Normatividad Aplicable;url=spip.php?page=article_convoc&id_article=994;");

}

with(milonic=new menuname("onumexmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Sistema de las Naciones Unidas;url=spip.php?article81/;");
	aI("text=Agencias Representadas en México;url=spip.php?article84/;");
	
	aI("text=La ONU en el Mundo;url=spip.php?article86/;");
		aI("text=Secretario General;url=spip.php?article1094/;");
	    aI("text=El PNUD y los ODMs;url=spip.php?page=article_noticias&id_article=78/;");	

}

with(milonic=new menuname("prioritiesmenu")){
	style=menuStyle;
	top=3;
	left=-6;
	aI("text=Sistema de las Naciones Unidas;url=http://www.undp.org/governance/;");
	aI("text=Agencias Representadas en México;url=http://www.undp.org/poverty/;");
	aI("text=Objetivos de Desarrollo del Milenio; Recovery;url=http://www.undp.org/bcpr/;");
	aI("text=La ONU en el Mundo;url=http://www.undp.org/energyandenvironment/;");
}



drawMenus();

