_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()){
offbgcolor="#F0F0F0";
offcolor="#826E47";
onbgcolor="#FFFFFF";
oncolor="#000000";
pagebgcolor="#F0F0F0";
pagecolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="/i/common/arrow-b.gif";
subimagepadding="2";
overfilter="Alpha(opacity=80);";
outfilter="Alpha(opacity=100);";
}
with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Overview;url=/s/Corporate.asp;status=Overview;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
aI("text=Cuale Area;url=/s/Cuale.asp?ReportID=382165;showmenu=cuale;status=Cuale Area;");
aI("text=Additional Targets;url=/s/AdditionalTargets.asp;status=Additional Targets;");
//aI("text=Bramador;url=/s/Bramador.asp;status=Bramador;");
//aI("text=La Mina;url=/s/LaMina.asp;status=La Mina;");
//aI("text=El Volantin;url=/s/ElVolantin.asp;status=El Volantin;");
//aI("text=Desmoronado;url=/s/Desmoronado.asp;status=Desmoronado;");
//aI("text=Aranjuez;url=/s/Aranjuez.asp?ReportID=269219;showmenu=aranjuez;status=Aranjuez;");
aI("text=Technical Papers;url=/s/TechnicalPapers.asp;status=Technical Papers;");
}

   with(milonic=new menuname("cuale")){
   style=menuStyle;
   aI("text=Overview;url=/s/Cuale.asp?ReportID=382165;status=Overview;");
   aI("text=San Juan;url=/s/Cuale.asp?ReportID=381272;status=San Juan;");
   aI("text=Jesus Maria/Patrocinio;url=/s/Cuale.asp?ReportID=381278;status=Jesus Maria/Patrocinio;");
   aI("text=Naricero;url=/s/Cuale.asp?ReportID=381279;status=Naricero");
   aI("text=Grandeza;url=/s/Cuale.asp?ReportID=381283;status=Grandeza;");
   }

   with(milonic=new menuname("aranjuez")){
   style=menuStyle;
   aI("text=Overview;url=/s/Aranjuez.asp?ReportID=269219;status=Overview;");
   aI("text=Descubriadora;url=/s/Aranjuez.asp?ReportID=269220;status=Descubriadora;");
   aI("text=Dome;url=/s/Aranjuez.asp?ReportID=269221;status=Dome;");
   }

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Related Reports;url=/s/RelatedReports.asp;status=Related Reports;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
aI("text=Sedar.com;url=http://www.sedar.com;target=_blank;status=Sedar.com;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
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();