_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=5               // 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(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#14a0de";
offcolor="#ffffff";
onbgcolor="#014cce";
oncolor="#ffffff";
pagebgcolor="#014cce";
pagecolor="#ffffff";
bordercolor="#8cc4c8";
borderstyle="solid";
borderwidth=1;
separatorcolor="#8cc4c8";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana, helvetica";
headercolor="#ffffff";
headerbgcolor="#014cce";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Profile;url=/s/Corporate.asp;status=Profile;");
aI("text=Board of Directors;url=/s/Directors.asp;status=Board of Directors;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Governance;url=/s/Governance.asp;status=Governance;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp?ReportID=305337;status=Photo Gallery;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Tshikapa (DRC);url=/s/Tshikapa.asp;status=Tshikapa (DRC);");
aI("text=Northern DRC (Rio Tinto Joint-Venture);url=/s/Equateur.asp;status=Northern DRC (Rio Tinto Joint-Venture);");
aI("text=Qualified Person;url=/s/QualifiedPerson.asp;status=Qualified Person;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Recent Articles of Interest;url=/s/RelatedArticles.asp;status=Recent Articles of Interest;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
}

with(milonic=new menuname("tech")){
style=menuStyle;
aI("text=Company Technical Reports;url=/s/Technical.asp?ReportID=283010;status=Company Technical Reports;");
aI("text=Diamond Genesis;url=/s/Technical.asp?ReportID=282496;status=Diamond Genesis;");
aI("text=Glossary of Terms;url=/s/Technical.asp?ReportID=282523;status=Glossary of Terms;");
}

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();
