
/*
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=0              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#DDDDDD";
oncolor="#C2113A";
offbgcolor="#DDDDDD";
offcolor="#002A6C";
bordercolor="#002A6C";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=5;
fontsize="70%";
fontweight="bold";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="#C2113A";
pagebgcolor="#DDDDDD";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../images/menu_arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.1);Alpha(opacity=100)";
outfilter="Fade(duration=0.1)";
}

with(milonic=new menuname("about")){
style=menuStyle;
overflow="scroll";
aI("text=USAID en Res&uacute;men;url=overview.htm;");
aI("text=Nuestros Principios;url=development_principles.htm;");
}

with(milonic=new menuname("usaid")){
style=menuStyle;
overflow="scroll";
aI("text=Historia;url=history.htm;");
aI("text=Plan de Trabajo;url=country_plan.htm;");
aI("text=Lugares Donde Trabajamos;url=where_we_work.htm;");
}

with(milonic=new menuname("programs")){
style=menuStyle;
aI("text=Democracia y Gobernabilidad;url=democracy_governance.htm;");
aI("text=Comercio y Ambiente;url=enterprise_trade_environment.htm;");
aI("text=Salud y Educaci&oacute;n;url=health_education.htm;");
aI("text=Respuesta a Desastres;url=disaster.htm;");
aI("text=Actividades Transversales;url=cross_cutting.htm;");
aI("text=Programas Regionales;url=regional.htm;");
aI("text=Iniciativas Especiales;url=special_initiatives.htm;");
}

with(milonic=new menuname("studies_publications")){
style=menuStyle;
aI("text=Democracia y Gobernabilidad;url=pubs_dg.htm;");
aI("text=Comercio y Ambiente;url=pubs_ete.htm;");
aI("text=Salud y Educaci&oacute;n;url=pubs_he.htm;");
aI("text=Actividades Transversales;url=pubs_cc.htm;");
aI("text=Programas Regionales;url=pubs_regional.htm;");
aI("text=Iniciativas Especiales;url=pubs_special.htm;");
}

with(milonic=new menuname("news_room")){
style=menuStyle;
aI("text=USAID al D&iacute;a;url=whats_new.htm;");
aI("text=Boletines de Prensa;url=press_releases.htm;");
aI("text=Historias de &Eacute;xito;url=success_stories.htm;");
aI("text=Noticias sobre Guatemala;url=gt_news.htm;");
aI("text=Noticias sobre USAID;url=usaid_news.htm;");
}

with(milonic=new menuname("doing_business")){
style=menuStyle;
aI("text=Oportunidades de Financiamiento;url=funding.htm;");
aI("text=Oportunidades de Empleo en USAID/Guatemala;url=employment.htm;");
aI("text=Posicionamiento de Marca;url=branding.htm;");
aI("text=Alianza Global para el Desarrollo;url=gda.htm;");
aI("text=Otra informaci&oacute;n &uacute;til;url=business.htm;");
}

with(milonic=new menuname("photo_gallery")){
style=menuStyle;
aI("text=Democracia y Gobernabilidad;url=photos_democracy_governance.htm;");
aI("text=Comercio y Ambiente;url=photos_enterprise_trade_environment.htm;");
aI("text=Salud y Educaci&oacute;n;url=photos_health_education.htm;");
aI("text=Actividades Transversals;url=photos_cross_cutting.htm;");
aI("text=Respuesta a Desastres;url=photos_disaster_response.htm;");
aI("text=Nuestras Mejores Fotos;url=photos_best_shots.htm;");
}

with(milonic=new menuname("links")){
style=menuStyle;
aI("text=Agencias del Gobierno de los Estados Unidos;url=us_agencies.htm;");
aI("text=Dependencias del Gobierno de Guatemala;url=gt_agencies.htm;");
aI("text=Socios Ejecutores;url=partners.htm;");
aI("text=Medios de Comunicaci&oacute;n;url=media.htm;");
aI("text=Guatemala;url=guatemala.htm;");
}

drawMenus();

