_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=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


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#1167FC";
oncolor="#FFFFFF";
offbgcolor="#EBEBEB";
offcolor="#000000";
bordercolor="#032EC9";
borderstyle="solid";
borderwidth=1;
separatorcolor="#336699";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#1167FC";
headercolor="#FFFFFF";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Board of Directors;url=/s/Board.asp;status=Board of Directors;");
aI("text=Management;url=/s/Management.asp;status=Management;");
//aI("text=Governance;url=/s/Governance.asp;status=Governance;");
aI("text=Environment;url=/s/Environment.asp;status=Environment;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Overview;url=/s/Projects.asp;status=Overviewe;");
aI("text=Wilkie;url=/s/Wilkie.asp;status=Wilkie;");
aI("text=Solid Waste Disposal Plant;url=/s/SolidWaste.asp;status=Solid Waste Disposal Plant;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Information;url=/s/StockInfo.asp;status=Stock Information;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Financial Reports;url=/s/Financials.asp;status=Financial Reports;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Recent Articles;url=/s/RecentArticles.asp;status=Recent Articles;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
aI("text=Powerpoint Presentations;url=/s/Presentations.asp;status=Powerpoint Presentations;");
aI("text=SEDAR Filings;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00004057;target=_blank;status=SEDAR Filings;");

}

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;");
}

drawMenus();