_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=50                // Follow scrolling Rate
_subOffsetTop=0               // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#d08f3f";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="arial, verdana";
pagecolor="#ffffff";
pagebgcolor="#000000";
headercolor="#ffffff";
headerbgcolor="#000000";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Overview;url=/s/CorporateInfo.asp;status=Overview;");
aI("text=Management & Directors;url=/s/Management.asp;status=Management & Directors;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
//aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
//aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
aI("text=Kenya;url=/s/kenya.asp?ReportID=319398;status=Kenya;");
aI("text=Tanzania;url=/s/tanzania.asp?ReportID=319712;status=Tanzania;");
aI("text=Liberia;url=/s/liberia.asp?ReportID=300310;status=Liberia;");
//aI("text=Kanweaken License;url=/s/KanweakenLicense.asp?ReportID=197126;status=Kanweaken License;");
//aI("text=Gedabo License;url=/s/GedaboLicense.asp?ReportID=197130;status=Gedabo License;");
//aI("text=About Liberia;url=/s/AboutLiberia.asp;status=About Liberia;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=News;url=/s/NewsReleases.asp;status=News;");
aI("text=Stock Quote & Chart;url=/s/StockInfo.asp;status=Stock Quote & Chart;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Brochures;url=/s/Brochures.asp;status=Brochures;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
// aI("text=MD&A;url=/s/mda.asp;status=MD&A;");
aI("text=QwikReport;url=/s/QwikReport.asp;status=QwikReport;");
}


with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.asp;status=Contact Info;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();

