_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="#3c0001";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#3c0001";
bordercolor="#e0b60d";
borderstyle="solid";
borderwidth=1;
separatorcolor="#e0b60d";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#3c0001";
headercolor="#ffffff";
headerbgcolor="#3c0001";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}



with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
aI("text=Corporate Team;url=/s/CorporateTeam.asp;status=Corporate Team;");
aI("text=Technical Team;url=/s/TechnicalTeam.asp;status=Technical Team;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
//aI("text=Financials;url=/s/FinancialStatements.asp;status=Financials;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Canada;showmenu=can;status=Canada;");
aI("text=USA;showmenu=usa;status=USA;");
aI("text=Mexico;showmenu=mex;status=Mexico;");
aI("text=Royalties;url=/s/Royalties.asp;status=Royalties;");
}

   with(milonic=new menuname("can")){
   style=menuStyle;
   aI("text=Red Lake;url=/s/RedLake.asp;status=Red Lake;showmenu=other");
   aI("text=Trans-Canada Project;url=/s/Trans-Canada.asp;status=Trans-Canada Project;showmenu=trans");
   aI("text=PQ North;url=/s/PQNorth.asp;status=PQ North");
   //aI("text=Other;url=/s/EastBay.asp;status=Other;showmenu=other");
   }
   
   
with(milonic=new menuname("other")){
   style=menuStyle;
//   aI("text=Argosy Gold;url=/s/Argosy.asp;status=Argosy Gold;");
   aI("text=Rahill-Bonanza;url=/s/Rahill-Bonanza.asp;status=Rahill-Bonanza;");
   //aI("text=Lennie;url=/s/Lennie.asp;status=Lennie;");
   aI("text=East Bay;url=/s/EastBay.asp;status=East Bay;");  
   }
   
   with(milonic=new menuname("trans")){
   style=menuStyle;

   aI("text=Hardrock;url=/s/Hardrock.asp;status=Hardrock;");
   aI("text=Key Lake;url=/s/KeyLake.asp;status=Key Lake;");
   aI("text=Brookbank;url=/s/Brookbank.asp;status=Brookbank;");
   aI("text=Northern Empire;url=/s/NorthernEmpire.asp;status=Northern Empire;");
   aI("text=Leitch-Sandriver;url=/s/Leitch-Sandriver.asp;status=Leitch-Sandriver;");
   aI("text=Nortoba-Tyson;url=/s/Nortoba-Tyson.asp;status=Nortoba-Tyson;");
   }


   with(milonic=new menuname("mex")){
   style=menuStyle;
   aI("text=Santa Teresa;url=/s/SantaTeresa.asp;status=Santa Teresa;");
   }
   
 with(milonic=new menuname("usa")){
   style=menuStyle;
   aI("text=Saddle;url=/s/Saddle.asp;status=Saddle;");
   aI("text=Golden Edge;url=/s/GoldenEdge.asp;status=Golden Edge;");
   }

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Information;url=/s/StockInfo.asp;status=Stock Information;");
aI("text=Financials;url=/s/FinancialStatements.asp;status=Financials;");
aI("text=Metal Prices;url=/s/MetalPrices.asp;status=Metal Prices;");
aI("text=Events Schedule;url=/s/Events.asp;status=Events Schedule;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
//aI("text=Media;url=/s/Media.asp;status=Media;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp?ReportID=154057;status=Photo Gallery;");
aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
}

with(milonic=new menuname("qwik")){
style=menuStyle;
aI("text=QwikReport allows you<br>to generate a custom<br>report based on the<br>information available<br>through this website;url=/s/QwikReport.asp;status=QwikReport;");
}

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;");
//aI("text=Careers;url=/s/Careers.asp;status=Careers;");
}

drawMenus();
