_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="#e9c57f";
oncolor="#ffffff";
offbgcolor="#e9c57f";
offcolor="#4f4e3d";
bordercolor="#4f4e3d";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4f4e3d";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#e9c57f";
headercolor="#ffffff";
headerbgcolor="#e9c57f";
subimage="/i/common2/arrow-b.gif";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}

with(milonic=new menuname("corp")){
style=menuStyle;
top="offset=-1";
left="offset=18";
aI("text=Corporate;url=/s/Corporate.asp;status=Corporate;");
aI("text=Our People;url=/s/OurPeople.asp;status=Our People;");
aI("text=Governance;url=/s/Governance.asp?ReportID=159845;status=Governance;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=-1";
left="offset=18";
aI("text=Canada;url=/s/Labrador.asp?ReportID=136436;showmenu=can;status=Canada;");
aI("text=Chile;url=/s/Chile.asp?ReportID=450366;status=Chile;");
aI("text=Ecuador;url=/s/Ecuador.asp?ReportID=136195;status=Ecuador;");
// aI("text=Photo Gallery;url=/s/PhotoGallery.asp?ReportID=136712;status=Photo Gallery;");
}

   with(milonic=new menuname("can")){
   style=menuStyle;
   aI("text=Labrador;url=/s/Labrador.asp?ReportID=136436;status=Labrador;");
   aI("text=Newfoundland;url=/s/Newfoundland.asp?ReportID=136419;status=Newfoundland;");
   aI("text=New Brunswick;url=/s/Newbrunswick.asp?ReportID=171723;status=New Brunswick;");
   }

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=-1";
left="offset=19";
aI("text=News;url=/s/NewsReleases.asp;status=News;");
aI("text=Corporate Update;url=/s/CorporateUpdate.asp;status=Corporate Update;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
aI("text=Media;url=/s/Interviews.asp;showmenu=media;status=Interviews;");
aI("text=Related Websites/Links;url=/s/RelatedSites.asp;status=Related Websites/Links;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
}

   with(milonic=new menuname("media")){
   style=menuStyle;
   aI("text=Interviews;url=/s/Interviews.asp;status=Interviews;");
// aI("text=Letter Writers;url=/s/LetterWriters.asp;status=Letter Writers;");
   aI("text=Print;url=/s/Print.asp;status=Print;");
   }

with(milonic=new menuname("contact")){
style=menuStyle;
top="offset=-1";
left="offset=20";
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
aI("text=Email;url=/s/SendMessage.asp;status=Email;");
}

drawMenus();
