_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="#333333";
oncolor="#ffffff";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="transparent";
borderstyle="none";
borderwidth=0;
separatorimage="/i/common/menusep.gif";
separatorwidth="3";
separatorheight="30";
padding=0;
fontsize="14";
fontweight="bold";
fontfamily="georgia, times new roman, times, serif";
pagecolor="#ffffff";
pagebgcolor="#333333";
headercolor="#ffffff";
headerbgcolor="#333333";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#333333";
oncolor="#ffffff";
offbgcolor="#555555";
offcolor="#ffffff";
bordercolor="#777777";
borderstyle="solid";
borderwidth=1;
separatorcolor="#777777";
separatorsize="1";
padding=4;
fontsize="13";
fontweight="normal";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#333333";
headercolor="#ffffff";
headerbgcolor="#333333";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Fast Facts;url=/s/FastFacts.asp;status=Fast Facts;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Careers;url=/s/Careers.asp;status=Careers;");
aI("text=Policies;url=/s/Policies.asp;status=Policies;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Juanicipio;url=/s/Juanicipio.asp;status=Juanicipio;");
aI("text=Cinco de Mayo;url=/s/CincodeMayo.asp;status=Cinco de Mayo;");
aI("text=Batopilas;url=/s/Batopilas.asp;status=Batopilas;");
aI("text=Lagartos;url=/s/Lagartos.asp;status=Lagartos;");
//aI("text=Sello;url=/s/Sello.asp;status=Sello;");
aI("text=Guigui;url=/s/Guigui.asp;status=Guigui;");
aI("text=Sierra Ramirez;url=/s/SierraRamirez.asp;status=Sierra Ramirez;");
aI("text=Nuevo Mundo;url=/s/NuevoMundo.asp;status=Nuevo Mundo;");
aI("text=La Lorena;url=/s/LaLorena.asp;status=La Lorena;");
aI("text=Salemex;url=/s/Salemex.asp;status=Salemex;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Annual Reports;url=/s/AnnualReports.asp;status=Annual Reports;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Analyst Coverage;url=/s/Analysts.asp;status=Analyst Coverage;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;");
}

drawMenus();