_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="#a48252";
oncolor="#3e4c3f";
offbgcolor="#a48252";
offcolor="#ffffff";
bordercolor="#8d6c3d";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#3e4c3f";
pagebgcolor="#CDDDF1";
headercolor="#3e4c3f";
headerbgcolor="#a48252";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}



with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Board of Directors;url=/s/BoardofDirectors.asp?ReportID=434563;status=Board of Directors;");
aI("text=Management;url=/s/Management.asp?ReportID=434585;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp?ReportID=434586;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;");
aI("text=Why Mexico?;url=/s/WhyMexico.asp;status=Why Mexico?;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
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("inv")){
style=menuStyle;
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=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;
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();
