_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="#6C79AB";
oncolor="#ffffff";
offbgcolor="#3E4F91";
offcolor="#ffffff";
bordercolor="none";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#ffcc00";
pagebgcolor="#3E4F91";
headercolor="#ffcc00";
headerbgcolor="#3E4F91";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("temp")){
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("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("proj")){
style=menuStyle;
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
//aI("text=2010 Drilling;url=/s/2010Drilling.asp;status=2010 Drilling;");
aI("text=Silver Range;url=/s/SilverRange.asp;status=Silver Range;");
aI("text=Midas Touch;url=/s/MidasTouch.asp;status=Midas Touch;");
aI("text=Porphyry;url=/s/Porphyry.asp;status=Porphyry;");
aI("text=VMS;url=/s/VMSproperty.asp;status=VMS;");
aI("text=Vein;url=/s/Vein.asp;status=Vein;");
aI("text=Skarn;url=/s/Skarn.asp;status=Skarn;");
aI("text=MVT & CRD;url=/s/MVTandCRD.asp;status=MVT & CRD;");
aI("text=Stratiform Nickel;url=/s/StratiformNickel.asp;status=Stratiform Nickel;");
aI("text=Magmatic;url=/s/Magmatic.asp;status=Magmatic;");
aI("text=Other;url=/s/Other.asp;status=Other;");


//aI("text=Northern Dancer Project;url=/s/NorthernDancer.asp;status=Northern Dancer Project;");
//aI("text=Burwash Nickel-Copper-PGE Property;url=/s/Burwash.asp;status=Burwash Nickel-Copper-PGE Property;");
//aI("text=Tidd Prospect;url=/s/Tidd.asp;status=Tidd Prospect;");
//aI("text=Available for Option;url=/s/Nickel.asp;showmenu=opt;status=Available for Option;");
}


with(milonic=new menuname("opt")){
style=menuStyle;
aI("text=Nickel Properties;url=/s/Nickel.asp;status=Nickel Properties;");
aI("text=Porphyry Properties;url=/s/Porphyry.asp;status=Porphyry Properties;");
aI("text=VMS Properties;url=/s/VMS.asp;status=VMS Properties;");
aI("text=Carbonate Lead-Zinc Properties;url=/s/LeadZinc.asp;status=Carbonate Lead-Zinc Properties;");
aI("text=Miscellaneous Properties;url=/s/Misc.asp;status=Miscellaneous Properties;");
}

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=Financial Performance;url=/s/FinancialPerformance.asp;status=Financial Performance;");
aI("text=Stock Holdings;url=/s/StockHoldings.asp;status=Stock Holdings;");
aI("text=Share Buy Back Plan;url=/s/ShareBuyBackPlan.asp;status=Share Buy Back Plan;");
aI("text=Investment Fund;url=/s/InvestmentFund.asp;status=Investment Fund;");
aI("text=Royalty Holdings;url=/s/RoyaltyHoldings.asp;status=Royalty Holdings;");
//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();
