_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="#666666";
oncolor="#ffffff";
offbgcolor="#8AC3FC";
offcolor="#333333";
bordercolor="";
borderstyle="none";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#666666";
headercolor="#ffffff";
headerbgcolor="#666666";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Corporate Overview;url=/s/Overview.asp;status=Corporate Overview;");
aI("text=Management & Directors;url=/s/Management.asp;status=Management & Directors;");
aI("text=Technical Team;url=/s/TechnicalTeam.asp;status=Technical Team;");
//aI("text=Accountability;url=/s/Accountability.asp;status=Accountability;");
aI("text=Corporate Directory;url=/s/CorporateFacts.asp;status=Corporate Directory;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Projects Overview;url=/s/ProjectsOverview.asp;status=Projects Overview;");
aI("text=Dar Es Salam Project;url=/s/DarES.asp?ReportID=205311;status=Dar Es Salam Project;");
aI("text=Nassile Project;url=/s/Nassile.asp?ReportID=205317;status=Nassile Project;");
//aI("text=Jake Project;url=/s/Jake.asp?ReportID=205318;status=Jake Project;");
//aI("text=Mt. Nelson Moly Project;url=/s/MtNelson.asp?ReportID=124135;status=Silver Hill Project;");
//aI("text=Silver Hill Project;url=/s/SilverHills.asp?ReportID=168710;status=Silver Hills Project;");
aI("text=Back Lake Project;url=/s/BackLake.asp?ReportID=168711;status=Back Lake Project;");

}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Stock Quote;url=/s/StockFactSheet.asp;status=Stock Quote;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
//aI("text=Informational Materials;url=/s/InformationalMaterials.asp;status=Informational Materials;");
//aI("text=Events & Updates;url=/s/Events.asp;status=Events & Updates;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Brochures;url=/s/Brochures.asp;status=Brochures;");
aI("text=QwikReport;url=/s/QwikReport.asp?ReportID=168711;status=QwikReport;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
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();