
/*
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()){
onbgcolor="#002A6C";
oncolor="#FFFFFF";
offbgcolor="#F8F8F8";
offcolor="#002A6C";
bordercolor="#CCCCCC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#002A6C";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Arial, Tahoma";
pagecolor="black";
pagebgcolor="#B0CBEA";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="img/menu_arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=1)";
outfilter="randomdissolve(duration=0.3)";
}


// with(milonic=new menuname("Main Menu")){
// style=menuStyle;
// top=10;
// left=10;
// alwaysvisible=1;
// overflow="scroll";
// aI("text=Home;url=http://www.milonic.com/;status=Back To Home Page;");
// aI("text=Menu Samples;showmenu=Samples;");
// aI("text=Milonic;showmenu=Milonic;");
// aI("text=Partners;showmenu=Partners;");
// aI("text=Links;showmenu=Links;");
// aI("text=My Milonic;showmenu=My Milonic;");
// }

with(milonic=new menuname("special_initiatives")){
style=menuStyle;
overflow="scroll";
aI("text=TRADE;url=trade.htm;");
aI("text=The President's Initiative to End Hunger in Africa (IEHA);url=ieha.htm;");
aI("text=Anti-Corruption;url=anti_corruption.htm;");
aI("text=Global Development Alliance;url=global_development_alliance.htm;");
aI("text=The President's Emergency Plan for AIDS Relief (PEPFAR);url=pepfar.htm;");
aI("text=The President's Malaria Initiative (PMI);url=pmi.htm;");}

with(milonic=new menuname("photo_galleries")){
style=menuStyle;
overflow="scroll";
aI("text=Rural Income;url=photogal_ruralinc.htm;");
aI("text=Trade and Investment;url=photogal_tradeinvest.htm;");
aI("text=HIV/AIDS;url=photogal_hivaids.htm;");
aI("text=Maternal and Child Health;url=photogal_health.htm;");
aI("text=PMI;url=photogal_pmi.htm;");
aI("text=Municipal Governance;url=photogal_mungov.htm;");
aI("text=Slide Show Images;url=photogal_rotimg.htm;");
}

with(milonic=new menuname("what_we_do")){
style=menuStyle;
aI("text=Rural Income Growth;url=rural_income.htm;");
aI("text=Trade and Investment;url=trade_and_investment.htm;");
aI("text=HIV/AIDS;url=hivaids.htm;");
aI("text=Maternal and Child Health;url=health.htm;");
aI("text=Municipal Governance;url=municipal_governance.htm;");
aI("text=Joint DoS-USAID Strategic Plan;url=joint_strategic_plan.htm;");
aI("text=2009-2014 Country Strategic Plan;url=country_strategic_plan.htm;");
}

with(milonic=new menuname("news_room")){
style=menuStyle;
aI("text=Press Releases;url=press_releases.htm;");
aI("text=Success Stories;url=success_stories.htm;");
aI("text=Speeches;url=speeches.htm;");
}

with(milonic=new menuname("business")){
style=menuStyle;
aI("text=Employment;url=employment.htm;");
aI("text=Procurement;url=procurement.htm;");
aI("text=Payment;url=payment.htm;");
aI("text=Local Property Disposal Sales;url=property_disposal.htm;");
}

drawMenus();

