_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
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#e0e1e6";
offcolor="#004990";
onbgcolor="#ffffff";
oncolor="#101939";
pagebgcolor="#F0F0F0";
pagecolor="#101939";
bordercolor="#717478";
borderstyle="solid";
borderwidth=1;
separatorcolor="#717478";
separatorsize="1";
padding="6px 14px 6px 14px";
fontsize="11px";
fontstyle="";
fontfamily="verdana, Arial, helvetica";
headercolor="#996600";
headerbgcolor="#D1D1D1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
top="offset=-1px;";
aI("text=Overview;url=/s/Corporate.asp;status=Overview;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Awards & Achievements;url=/s/Awards.asp;status=Awards & Achievements;");
aI("text=Social & Environmental Responsibility;url=/s/Responsibility.asp;status=Social & Environmental Responsibility;");
aI("text=Policies of the Board;url=/s/PoliciesoftheBoard.asp;status=Policies of the Board;");
}

with(milonic=new menuname("Drilling")){
style=menuStyle;
top="offset=-1px;";
aI("text=Social, Environmental & Health Safety;url=/s/Social.asp;status=Social, Environmental & Health Safety;");
aI("text=Services;url=/s/Services.asp;status=Services;showmenu=Services;");
aI("text=Operations Map;url=/s/OperationsMap.asp;status=Operations Map;");
}

    with(milonic=new menuname("Services")){
    style=menuStyle;
    aI("text=Mineral Drilling;url=/s/MineralDrilling.asp;status=Mineral Drilling;");
    aI("text=Manufacturing;url=/s/Manufacturing.asp;status=Manufacturing;");
    aI("text=Energy;url=/s/OilandGas.asp;status=Energy;");
    }

with(milonic=new menuname("Investors")){
style=menuStyle;
top="offset=-1px;";
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Message to Shareholders;url=/s/ShareholderMessage.asp;status=Message to Shareholders;");
aI("text=Corporate Presentation;url=/s/Presentations.asp;status=Corporate Presentation;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=SEDAR Filings;url=http://sedar.com/DisplayCompanyDocuments.do?lang=EN&issuerNo=00005964;target=_blank;status=SEDAR Filings;");
}

    with(milonic=new menuname("News")){
    style=menuStyle;
    aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
    }

with(milonic=new menuname("Media")){
style=menuStyle;
top="offset=-1px;";
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
aI("text=Video Gallery;url=/s/VideoGallery.asp;status=Video Gallery;");
aI("text=Investor Video;url=/s/InvestorVideo.asp;status=Investor Video;");
aI("text=Conference Calls;url=/s/ConferenceCalls.asp;status=Conference Calls;");
}

with(milonic=new menuname("Careers")){
style=menuStyle;
top="offset=-1px;";
aI("text=Grow With Us;url=/s/Careers.asp;status=Grow With Us;");
aI("text=Job Opportunities;url=/s/Positions.asp;status=Job Opportunities;");
aI("text=Crece Con Nosotros;url=/s/CRECE-CON-NOSOTROS.asp;status=Crece Con Nosotros;");
aI("text=Oportunidades de Trabajo;url=/s/OPORTUNIDADES-DE-TRABAJO.asp;status=Oportunidades de Trabajo;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
top="offset=-1px;";
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=Unsubscribe;url=/s/Unsubscribe.asp;status=Unsubscribe;");
}

drawMenus();
