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

with(milonic=new menuname("corp")){
style=menuStyle;
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;
aI("text=Nevada;url=/s/Nevada.asp;showmenu=nv;status=Nevada;");
aI("text=Mexico;url=/s/Mexico.asp;showmenu=mx;status=Mexico;");
aI("text=Africa;url=/s/OtherAreas.asp;showmenu=oth;status=Other Areas;");
}

   with(milonic=new menuname("nv")){
   style=menuStyle;
   aI("text=Poker Flats;url=/s/PokerFlats.asp;status=Poker Flats;");
   aI("text=Jefferson;url=/s/Jefferson.asp;status=Jefferson;");
   aI("text=Goldstorm;url=/s/Goldstorm.asp;status=Goldstorm;");
//   aI("text=Gold Junction;url=/s/GoldJunction.asp;status=Gold Junction;");
   aI("text=Moly Dome;url=/s/MolyDome.asp;status=Moly Dome;");
//   aI("text=Opal Spring;url=/s/OpalSpring.asp;status=Opal Spring;");
   aI("text=Ziggurat;url=/s/Ziggurat.asp;status=Ziggurat;");
   aI("text=Gold Jackpot;url=/s/GoldJackpot.asp;status=Gold Jackpot;");  
   }

   with(milonic=new menuname("mx")){
   style=menuStyle;
   aI("text=Yécora;url=/s/Yecora.asp;status=Yécora;");
   //aI("text=Tamazula;url=/s/Tamazula.asp;status=Tamazula;");
   aI("text=AuroTellurio;url=/s/AuroTellurio.asp;status=AuroTellurio;");
   }
   
      with(milonic=new menuname("oth")){
      style=menuStyle;
     aI("text=\"ROC\" Republic of Congo;url=/s/Africa.asp;status=\"ROC\" Republic of Congo;");
     //aI("text=Sierra Leone;url=/s/NewMiningProjects.asp;status=Sierra Leone;");
   }

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Related Reports;url=/s/RelatedReports.asp;status=Related Reports;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
}

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();