_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="#192127";
oncolor="#ffffff";
offbgcolor="#8A0202";
offcolor="#ffffff";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#192127";
headercolor="#ffffff";
headerbgcolor="#192127";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Corporate Profile;url=/s/CorporateProfile.asp;status=Corporate Profile;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=President's Message;url=/s/PresidentMessage.asp;status=President's Message;");
}

with(milonic=new menuname("prop")){
style=menuStyle;
aI("text=Property Map;url=/s/Properties.asp;status=Property Map;");
aI("text=Birch Lake Cu-Ni-PGM Project;url=/s/BirchLake.asp;status=Birch Lake Cu-Ni-PGM Project;");
//aI("text=Red Knoll Copper Project;url=/s/RedKnoll.asp;status=Red Knoll Copper Project;");
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=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
//aI("text=Fact Sheet;url=/s/Factsheet.asp;status=Fact Sheet;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Analyst Reports;url=/s/AnalystReports.asp;status=Analyst Reports;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
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();