_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(mainStyle=new mm_style()){
onbgcolor="#f0f0f0";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#E8DFBD";
separatorsize="1";
padding=5;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#f0f0f0";
headercolor="#000000";
headerbgcolor="#f0f0f0";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#f0f0f0";
oncolor="#000000";
offbgcolor="#E8DFBD";
offcolor="#000000";
bordercolor="#E8DFBD";
borderstyle="solid";
borderwidth=1;
separatorcolor="#E8DFBD";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#E8DFBD";
headercolor="#000000";
headerbgcolor="#E8DFBD";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=History;url=/s/History.asp;status=History;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=The Snow Lake Area;url=/s/TheSnowLakeArea.asp;status=The Snow Lake Area;");
aI("text=Island Lake;url=/s/IslandLake.asp;status=Island Lake;");
aI("text=Fox River Mafic Belt;url=/s/FoxRiver.asp;status=Fox River Mafic Belt;");
aI("text=Flin Flon;url=/s/Greenstone.asp;status=Flin Flon;");
aI("text=Coles Creek;url=/s/ColesCreek.asp;status=Coles Creek;");
aI("text=The Cal Claims;url=/s/CalClaims.asp;status=The Cal Claims;");
aI("text=Thompson Nickel Belt;url=/s/Thompson.asp?ReportID=125590;showmenu=thompson;status=Thompson Nickel Belt;");
//aI("text=Sneath Lake;url=/s/SneathLake.asp;status=Sneath Lake;");
//aI("text=The Echo Lake Claims;url=/s/EchoLake.asp;status=The Echo Lake Claims;");
//aI("text=Rayfield River;url=/s/Rayfield.asp;status=Rayfield River;");


}


  with(milonic=new menuname("thompson")){
  style=menuStyle;
  aI("text=Overview;url=/s/Thompson.asp?ReportID=125590;status=Overview;");
  //aI("text=Phillips Lake;url=/s/Thompson.asp?ReportID=125591;status=Phillips Lake;");
  aI("text=Pine Project;url=/s/Thompson.asp?ReportID=125592;status=Pine Project;");
  }


with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
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=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
aI("text=News Reel;url=/s/NewsReel.asp;status=News Reel;");
aI("text=Analyst Coverage;url=/s/Analyst.asp;status=Analyst Coverage;");
}

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();