_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="#0f2451";
oncolor="#f9cb18";
offbgcolor="#0f2451";
offcolor="#ffffff";
bordercolor="#f2b01b";
borderstyle="solid";
borderwidth=1;
separatorcolor="#f9cb18";
separatorsize="1";
padding=6;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#f9cb18";
pagebgcolor="#1f4593";
headercolor="#3e4c3f";
headerbgcolor="#a48252";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}



with(milonic=new menuname("Corporate")){
style=menuStyle;
menuwidth="125px";
aI("text=Board of Directors;url=/s/BoardofDirectors.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=Governance;url=/s/Governance.asp;status=Governance;");
aI("text=Social Responsibility;url=/s/SocialResponsibility.asp;status=Social Responsibility;");
aI("text=Environment;url=/s/Environment.asp;status=Environment;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
menuwidth="112px";
aI("text=Ida Oro Project;url=/s/IdaOro.asp;status=Ida Oro Project;");
aI("text=Fifty Mile Project;url=/s/FiftyMile.asp;status=Fifty Mile Project;");
aI("text=Flume Project;url=/s/Flume.asp;status=Flume Project;");
aI("text=Bluff Project;url=/s/Bluff.asp;status=Bluff Project;");
//aI("text=Jarros Norte Project;url=/s/JarrosNorte.asp;status=Jarros Norte Project;");
//aI("text=Los Jarros Project;url=/s/LosJarros.asp;status=Los Jarros Project;");
aI("text=Gallery;url=/s/Gallery.asp;status=Gallery;");
}

with(milonic=new menuname("News")){
style=menuStyle;
menuwidth="84px";
aI("text=2012;url=/s/NewsReleases.asp?DateRange=2012/01/01...2012/12/31;status=2012;");
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;");
aI("text=2009;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
aI("text=2008;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
aI("text=2007;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007;");
aI("text=2006;url=/s/NewsReleases.asp?DateRange=2006/01/01...2006/12/31;status=2006;");
aI("text=2005;url=/s/NewsReleases.asp?DateRange=2005/01/01...2005/12/31;status=2005;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
menuwidth="119px";
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financial Reports;url=/s/FinancialReports.asp;status=Financial Reports;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=TechnicalR eports;");
aI("text=SEDAR Filings;url=http://sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00001127;target=blank;status=SEDAR Filings;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
menuwidth="111px";
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=Careers Opportunity;url=/s/CareersOpportunity.asp;status=Careers Opportunity;");
}

drawMenus();
