_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="#E7E9F3";
oncolor="#172785";
offbgcolor="#ffffff";
offcolor="#172785";
bordercolor="#138eec";
borderstyle="solid";
borderwidth=1;
separatorcolor="#172785";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="arial, verdana";
pagecolor="#172785";
pagebgcolor="#E7E9F3";
headercolor="#172785";
headerbgcolor="#E7E9F3";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle2=new mm_style()){
onbgcolor="#ffffff";
oncolor="#172785";
offbgcolor="#E7E9F3";
offcolor="#172785";
bordercolor="#138eec";
borderstyle="solid";
borderwidth=1;
separatorcolor="#172785";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="arial, verdana";
pagecolor="#172785";
pagebgcolor="#ffffff";
headercolor="#172785";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Corporate Vision;url=/s/CorporateVision.asp;status=Corporate Vision;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Sustainability;url=/s/Sustainability.asp;status=Sustainability;");
aI("text=History;url=/s/History.asp;status=History;");
aI("text=Industry Partnerships;url=/s/Industry_Partnerships.asp;status=Industry Partnerships;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Overview;url=/s/ProjectsOverview.asp;status=Overview;");
aI("text=Mineral Resources;url=/s/Resources.asp;status=Mineral Resources;");
aI("text=Tulks South;url=/s/TulksSouthProperty.asp;status=Tulks South;");
aI("text=Long Lake;url=/s/LongLakeProperty.asp;status=Long Lake;");
aI("text=Skidder;url=/s/Skidder.asp;status=Skidder;");
aI("text=Costigan Lake;url=/s/CostiganLake.asp;status=Costigan Lake;");
aI("text=Victoria River;url=/s/VictoriaRiver.asp;status=Victoria River;");
aI("text=Bobby's Pond;url=/s/BobbysPond.asp;status=Bobby's Pond;");
aI("text=Healy Bay;url=/s/HealyBay.asp;status=Healy Bay;");
aI("text=Topsails;url=/s/Topsails.asp;status=Topsails;");
aI("text=York Harbour;url=/s/YorkHarbour.asp;status=York Harbour;");
aI("text=Haven Steady;url=/s/HavenSteady.asp;status=Haven Steady;");
aI("text=Daniels Harbour;url=/s/DanielsHarbour.asp;status=Daniels Harbour;");
}



with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Information;url=/s/StockQuote.asp;status=Stock Information;");
aI("text=Presentations;url=/i/pdf/CorporatePresentation.pdf;target=blank;status=Presentations;");
aI("text=Company Brochure;url=/i/pdf/MMI_Brochure.pdf;target=blank;status=Company Brochure;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
aI("text=Investor Contact;url=/s/InvestorContact.asp;status=Investor Contact;");
}


with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.asp;status=Contact Info;");
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=Employment Opportunities;url=/s/Employment.asp;status=Employment Opportunities;");
}

drawMenus();

