_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=5               // Sub menu top offset
_subOffsetLeft=-10            // 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()){
onbgcolor="#FFFFFF";
oncolor="#6B6B6C";
offbgcolor="#FFFFFF";
offcolor="#83683A";
pagebgcolor="#FFFFFF";
pagecolor="#83683A";
bordercolor="#000000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#83683A";
separatorsize="1";
separatorheight="14";
separatorpadding=8;
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#83683A";
offbgcolor="#E8E8E8";
offcolor="#000000";
pagebgcolor="#E8E8E8";
pagecolor="#83683A";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#CECECE";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corp")){
style=menuStyle;
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("Corporate")){
style=menuStyle;
//aI("text=Corporate Info;url=/s/CorporateInfo.asp;status=Corporate Info;");
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=Peņasco Quemado;url=/s/PenascoQuemado.asp;status=Peņasco Quemado;");
aI("text=Rosario;url=/s/Rosario.asp?ReportID=405787;status=Rosario;showmenu=Rosario;");
//aI("text=San Marcial Property;url=/s/SanMarcial.asp;status=San Marcial Property;");
//aI("text=Cerro de Plata Silver Property;url=/s/CerrodePlata.asp;status=Cerro de Plata Silver Property;");
//aI("text=Lety Property;url=/s/Lety.asp;status=Lety Property;");
//aI("text=Lobos Property;url=/s/Lobos.asp;status=Lobos Property;");
//aI("text=El Rayo Property;url=/s/ElRayo.asp;status=El Rayo Property;");
aI("text=La Frazada;url=/s/LaFrazada.asp;status=La Frazada Property;");
aI("text=Lobos;url=/s/Lobos.asp;status=Lobos;");
}

with(milonic=new menuname("Rosario")){
style=menuStyle;
aI("text=Overview;url=/s/Rosario.asp?ReportID=405787;status=Overview;");
aI("text=San Marcial;url=/s/Rosario.asp?ReportID=405788;status=San Marcial;");
aI("text=Plomosas-La Cruz Mine;url=/s/Rosario.asp?ReportID=405790;status=Plomosas-La Cruz Mine;");
aI("text=San Juan Mine;url=/s/Rosario.asp?ReportID=405792;status=San Juan Mine;");
}

with(milonic=new menuname("Investor")){
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 Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Links;url=/s/RelatedSites.asp;status=Links;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
}

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=Unsubscribe;url=Unsubscribe.asp;status=Unsubscribe;");
}

drawMenus();