_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="#121212";
oncolor="#fee679";
offbgcolor="#121212";
offcolor="#ffffff";
bordercolor="#fee679";
borderstyle="solid";
borderwidth=1;
separatorcolor="#fee679";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#fee679";
pagebgcolor="#121212";
headercolor="#fee679";
headerbgcolor="#121212";
subimage="/i/common/arrow-w.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=3";
left="offset=19";
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=3";
left="offset=16";
aI("text=Senegal Sabodala Project;url=/s/Senegal_Sabodala.asp;showmenu=sab;status=Senegal Sabodala Project;");
aI("text=Santa Rosa Dome Culmination Project;url=/s/Santa_Rosa_Dome.asp?ReportID=316202;showmenu=ros;status=Santa Rosa Dome Culmination Project;");
}

   with(milonic=new menuname("sab")){
   style=menuStyle;
   aI("text=Photo Gallery;url=/s/Senegal_Photo_Gallery.asp;status=Photo Gallery;");
   aI("text=Maps;url=/s/Senegal_Maps.asp;status=Maps;");
   }

   with(milonic=new menuname("ros")){
   style=menuStyle;
   aI("text=Resource Evaluation;url=/s/Santa_Rosa_Dome.asp?ReportID=316200;status=Resource Evaluation;");
   aI("text=Photo Gallery;url=/s/Santa_Rosa_Photo_Gallery.asp;status=Photo Gallery;");
   aI("text=Maps;url=/s/Santa_Rosa_Maps.asp;status=Maps;");
   }
   
with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=3";
left="offset=18";
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Articles and Reports;url=/s/Articles_and_Reports.asp;status=Articles and Reports;");
aI("text=Archived;url=/s/Archived.asp;status=Archived;");
aI("text=Glossary;url=/s/Glossary.asp;status=Glossary;");
}

with(milonic=new menuname("news")){
style=menuStyle;
top="offset=3";
left="offset=18";
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Communiqués de Presse;url=/s/NewsReleases_FR.asp;status=Communiqués de Presse;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=3";
left="offset=18";
aI("text=Contact Info;url=/s/InformationRequest.asp;status=Contact Info;");
}

drawMenus();