_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#5b7828";
oncolor="#fff";
offbgcolor="#fff";
offcolor="#5c9bb9";

bordercolor="#c9bba8";
borderstyle="solid";
borderwidth=1;
separatorcolor="#c9bba8";
separatorsize="1";
fontsize="80%";
padding=5;
fontstyle="normal";
fontfamily="Georgia";
pagecolor="white";
pagebgcolor="#5c9bb9";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.png";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";

}


with(milonic=new menuname("About Us")){
style=menuStyle;
itemwidth=150
aI("text=What We Do;url=/about.asp;");
aI("text=US Board of Directors and Leaders ;url=/board-of-directors.asp;");
//aI("text=Zambia Leadership;url=/zambia-leadership.asp;showmenu=Zambia;");
aI("text=Zambia Leadership;url=/zambia-leadership.asp;");
aI("text=Field Leaders ;url=/field-leaders.asp;");
//aI("text=Board Interviews;url=/board-interviews.asp;");
//aI("text=Leadership and Contact;url=/leadership.asp;");

//aI("text=Farm Decor;url=/farm-decor.asp;");

}

with(milonic=new menuname("Zambia")){
style=menuStyle;
itemwidth=200
aI("text=ARISE! Program;url=/arise.asp;");
aI("text=NGO;url=/ngo.asp;");
aI("text=Zambia Story and Training;url=/zambia-story.asp;");
}

with(milonic=new menuname("How you Can Help")){
style=menuStyle;
itemwidth=220
aI("text=Donate;url=/donate.asp;");
aI("text=Fundraising Events;url=/fundraising-events.asp;");
aI("text=Corporate Donors;url=/donors.asp;");
aI("text=Training Partnerships;url=/partnerships.asp;");

}


with(milonic=new menuname("How to Love")){
style=menuStyle;
itemwidth=200
aI("text=Impact of Grief on Orphans;url=/how-to-love.asp;");
aI("text=HGCA Initiatives;url=/initiatives.asp;");
aI("text=Training Curriculum;url=/training-cirriculum.asp;");
aI("text=Recent Training Outcomes;url=/pdf/2011-advanced-training-outcomes.pdf;target=_blank;");
}

with(milonic=new menuname("News")){
style=menuStyle;
itemwidth=150
aI("text=Articles;url=/articles.asp;");
aI("text=Reports;url=/reports.asp;");
aI("text=Newsletters;url=/newsletters.asp;");
aI("text=Upcoming Events;url=/calendar.aspx;");
}

with(milonic=new menuname("Media")){
style=menuStyle;
itemwidth=95
aI("text=Photo Gallery;url=/apps/photocategory.aspx;");
//aI("text=Videos;url=/apps/videofeed.aspx;");
}

drawMenus();

