_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="#4E345E";
oncolor="#ffffff";
offbgcolor="#877A8F";
offcolor="#ffffff";
bordercolor="#4E345E";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#4E345E";
headercolor="#ffffff";
headerbgcolor="#4E345E";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Directors/Personnel;url=/s/Management.asp;status=Directors/Personnel;");
aI("text=Partnerships;url=/s/Partnerships.asp;status=Partnerships;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
aI("text=Corporate Data;url=/s/CorporateData.asp;status=Corporate Data;");
aI("text=Community;url=/s/Community.asp;status=Community;");
aI("text=Environment;url=/s/Environment.asp;status=Environment;");
aI("text=Corporate Governance;url=/s/Governance.asp;status=Corporate Governance;");
aI("text=Media Center;url=/s/MediaCenter.asp;status=Media Center;");
}

with(milonic=new menuname("exp")){
style=menuStyle;
aI("text=Overview;url=/s/ProjectOverview.asp;status=Overview;");
aI("text=Canada;url=/s/CanadianProjects.asp;status=Canada;");
aI("text=Botswana;url=/s/Botswana.asp?ReportID=111104;status=Botswana;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Events;url=/s/Events.asp;status=Events;");
aI("text=Diamonds 101;url=/s/Diamonds101.asp;status=Diamonds 101;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
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();