_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 Netscape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#c0ad61";
oncolor="#333333";
offbgcolor="#FFFFFF";
offcolor="#333333";
bordercolor="#4f3716";
borderstyle="solid";
borderwidth=1;
separatorcolor="#4f3716";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#333333";
pagebgcolor="#c0ad61";
headercolor="#333333";
headerbgcolor="#c0ad61";
subimage="/i/common2008/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";
aI("text=Overview;url=/s/CorporateInfo.asp;status=Overview;");
aI("text=Officers & Key Management;url=/s/Management.asp;status=Officers & Key Management;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}


with(milonic=new menuname("Prj")){
style=menuStyle;
top="offset=-1";
aI("text=Peru;url=/s/PeruOverview.asp;showmenu=per;status=Peru;");
aI("text=Ecuador;url=/s/EcuadorOverview.asp;showmenu=ecu;status=Ecuador;");
aI("text=Colombia;url=/s/ColombiaOverview.asp;showmenu=col;status=Colombia;");
}

   with(milonic=new menuname("col")){
   style=menuStyle;
   aI("text=Overview;url=/s/ColombiaOverview.asp;;status=Overview;");
   }

   with(milonic=new menuname("per")){
   style=menuStyle;
   aI("text=Overview;url=/s/PeruOverview.asp;;status=Overview;");
   aI("text=Urumalqui Project;url=/s/Urumalqui.asp;;status=Urumalqui Project;");
   //aI("text=Rio Seco Project;url=/s/RioSeco.asp;;status=Rio Seco Project;");
   }

   with(milonic=new menuname("ecu")){
   style=menuStyle;
   aI("text=Overview;url=/s/EcuadorOverview.asp;;status=Overview;");
   aI("text=Projects Map;url=/s/ProjectMap.asp;;status=Projects Map;");
   aI("text=Molleturo Project;url=/s/Molleturo.asp;;status=Molleturo Project;");
   aI("text=San Bartolomé Project;url=/s/SanBartolome.asp;;status=San Bartolomé Project;");
   aI("text=Curiplaya Project;url=/s/Curiplaya.asp;;status=Curiplaya Project;");
   //aI("text=Other Projects;url=/s/Other.asp;;status=Other Projects;");
   }

with(milonic=new menuname("Inv")){
style=menuStyle;
top="offset=-1";
aI("text=Investment Highlights;url=/s/Investors.asp;status=Investment Highlights;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Financial Reports;url=/s/FinancialStatements.asp;status=Financial Reports;");
aI("text=Corporate Presentation;url=/s/Presentations.asp;status=Corporate Presentation;");
//aI("text=Investor Facts;url=/s/InvestorFacts.asp?reportid=180653;status=Investor Facts;");
//aI("text=Company Report;url=/s/CompanyReport.asp;status=Company Report;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
top="offset=-1";
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();

