
/*
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=Overview of USAID;url=overview.htm;");
aI("text=Our Development Principles;url=development_principles.htm;");
}

with(milonic=new menuname("usaid")){
style=menuStyle;
overflow="scroll";
aI("text=History;url=history.htm;");
aI("text=Country Plan;url=country_plan.htm;");
aI("text=Where We Work;url=where_we_work.htm;");
}

with(milonic=new menuname("programs")){
style=menuStyle;
aI("text=Democracy and Governance;url=democracy_governance.htm;");
aI("text=Enterprise, Trade and Environment;url=enterprise_trade_environment.htm;");
aI("text=Health and Education;url=health_education.htm;");
aI("text=Disaster Response;url=disaster.htm;");
aI("text=Cross-cutting Activities;url=cross_cutting.htm;");
aI("text=Regional Programs;url=regional.htm;");
aI("text=Special Initiatives;url=special_initiatives.htm;");
}

with(milonic=new menuname("studies_publications")){
style=menuStyle;
aI("text=Democracy and Governance;url=pubs_dg.htm;");
aI("text=Enterprise, Trade and Environment;url=pubs_ete.htm;");
aI("text=Health and Education;url=pubs_he.htm;");
aI("text=Cross-cutting Activities;url=pubs_cc.htm;");
aI("text=Regional Programs;url=pubs_regional.htm;");
aI("text=Special Initiatives;url=pubs_special.htm;");
}

with(milonic=new menuname("news_room")){
style=menuStyle;
aI("text=What’s New at USAID/Guatemala?;url=whats_new.htm;");
aI("text=Press Releases;url=press_releases.htm;");
aI("text=Success Stories;url=success_stories.htm;");
aI("text=Fact Sheets;url=fact_sheets.htm;");
aI("text=Guatemala in the News;url=gt_news.htm;");
aI("text=USAID in the News;url=usaid_news.htm;");
}

with(milonic=new menuname("doing_business")){
style=menuStyle;
aI("text=Funding Opportunities;url=funding.htm;");
aI("text=Employment in Guatemala Mission;url=employment.htm;");
aI("text=USAID Branding;url=branding.htm;");
aI("text=Global Development Alliance (GDA);url=gda.htm;");
aI("text=Other Useful Information;url=business.htm;");
}

with(milonic=new menuname("photo_gallery")){
style=menuStyle;
aI("text=Democracy and Governance;url=photos_democracy_governance.htm;");
aI("text=Disaster Response;url=photos_disaster_response.htm;");
aI("text=Enterprise, Trade and Environment;url=photos_enterprise_trade_environment.htm;");
aI("text=Health and Education;url=photos_health_education.htm;");
aI("text=Cross-cutting Activities;url=photos_cross_cutting.htm;");
aI("text=Our Best Shots;url=photos_best_shots.htm;");
aI("text=Miscellaneous;url=photos_miscellaneous.htm;");
}

with(milonic=new menuname("links")){
style=menuStyle;
aI("text=U.S. Government Agencies;url=us_agencies.htm;");
aI("text=Guatemalan Government Agencies;url=gt_agencies.htm;");
aI("text=Implementing Partners;url=partners.htm;");
aI("text=Media;url=media.htm;");
aI("text=About Guatemala;url=guatemala.htm;");
}

drawMenus();

