_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(mainStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#000000";
bordercolor="transparent";
borderstyle="none";
borderwidth=1;
separatorcolor="transparent";
separatorsize="30";
padding=1;
fontsize="12";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#CC6600";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="11";
fontweight="normal";
fontfamily="Arial, helvetica";
pagecolor="#CC6600";
pagebgcolor="#ffffff";
headercolor="#CC6600";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("about")){
style=menuStyle;
top="offset=2";
aI("text=Estrategia Corporativa;url=/sp/Overview.asp;status=Estrategia Corporativa;");
aI("text=Gerencia;url=/sp/Management.asp;status=Gerencia;");
aI("text=Directores;url=/sp/Directors.asp;status=Directores;");
aI("text=Sedes y Contactos;url=/sp/CorporateDirectory.asp;status=Sedes y Contactos;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
top="offset=2";
aI("text=Antilla;url=/sp/Antilla.asp;status=Antilla;");
aI("text=Cotabambas;url=/sp/Cotabambas.asp;status=Cotabambas;");
aI("text=El Rosal;url=/sp/ElRosal.asp;status=El Rosal;");
aI("text=Cochasayhuas;url=/sp/Cochasayhuas.asp;status=Cochasayhuas;");
aI("text=Other Projects;url=/sp/OtherProjects.asp;status=Other Projects;");
aI("text=Southern Property Map;url=/sp/SouthernPropertyMap.asp;status=Southern Property Map;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
top="offset=2";
aI("text=CuotasCotizaciones y Cuadros;url=/sp/QuotesandCharts.asp;status=CuotasCotizaciones y Cuadros;");
aI("text=Financials;url=/sp/Financials.asp;status=Financials;");
aI("text=Hechos de Inversionistas;url=/sp/InvestorFacts.asp?ReportID=322072;status=Hechos de Inversionistas;");
aI("text=Directorio Corporativo;url=/sp/CorpDirectory.asp;status=Directorio Corporativo;");
aI("text=Solicitud de Información;url=/sp/InformationRequest.asp;status=Solicitud de Información;");
//aI("text=Articles and Presentations;url=/sp/Articles.asp;status=Articles and Presentations;");
}

drawMenus();