_menuCloseDelay=1200          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=250            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#0d202f";
offcolor="#ffffff";
onbgcolor="#0d202f";
oncolor="#ffdd00";
pagebgcolor="#0d202f";
pagecolor="#ffdd00";
bordercolor="#101010";
borderstyle="solid";
borderwidth=0;
separatorcolor="#344450";
separatorsize="1";
padding=6;
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Corporate Profile;url=/s/Corporate.asp;status=Corporate Profile;");
aI("text=President's Message;url=/s/PresidentsMessage.asp;status=President's Message;");
aI("text=Board of Directors;url=/s/Board.asp;status=Board of Directors;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Project Map;url=/s/Projects.asp;status=Project Map;");
aI("text=McIlvenna Bay;url=/s/McIlvennaBay.asp?ReportID=461382;status=McIlvenna Bay;");
aI("text=Bigstone Lake;url=/s/BigstoneLake.asp;status=Bigstone Lake;");
aI("text=Balsam;url=/s/Balsam.asp;status=Balsam;");
aI("text=Hanson;url=/s/HansonLake.asp;status=Hanson;");
aI("text=Sam;url=/s/Sam.asp;status=Sam;");
aI("text=Comeback Bay;url=/s/ComebackBay.asp;status=Comeback Bay;");
aI("text=Reed Lake;url=/s/ReedLake.asp;status=Reed Lake;");
aI("text=Kisseynew;url=/s/Kisseynew.asp;status=Kisseynew;");
}

with(milonic=new menuname("Investors")){
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 Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Events;url=/s/UpcomingEvents.asp;status=Events;");
aI("text=Analyst Reports;url=/s/Analystreports.asp;status=Analyst Reports;");
aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Reports;url=/s/Reports.asp;status=Reports;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
aI("text=VMS Deposits;url=/s/VMSDeposits.asp;status=VMS Deposits;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=2011;url=/s/NewsReleases.asp?DateRange=2011/01/01...2011/12/31;status=2011;");
aI("text=2010;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.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=Job Opportunities;url=/s/JobOpportunities.asp;status=Job Opportunities;");
}

drawMenus();
