_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="#ff0000";
offbgcolor="#333333";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=0;
fontsize="11";
fontweight="normal";
fontfamily="Arial, helvetica, san-serif";
pagecolor="#ff0000";
pagebgcolor="#333333";
headercolor="#ff0000";
headerbgcolor="#333333";
subimage="/i/common/arrow.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(menuStyle=new mm_style()){
onbgcolor="#990000";
oncolor="#ffffff";
offbgcolor="#333333";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#000000";
separatorsize="1";
padding=3;
fontsize="11";
fontweight="normal";
fontfamily="Arial, helvetica, san-serif";
pagecolor="#ffffff";
pagebgcolor="#990000";
headercolor="#ffffff";
headerbgcolor="#990000";
subimage="";
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("tmp")){
top=166;
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
}

with(milonic=new menuname("corp")){
top=166;
style=menuStyle;
aI("text=About the Company;url=/s/Company.asp;status=About the Company;");
aI("text=Management Team;url=/s/ManagementTeam.asp;status=Management Team;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Why Mexico?;url=/s/WhyMexico.asp;status=Why Mexico?;");
aI("text=Corporate Governance ;url=/s/CorporateGovernance.asp;status=Corporate Governance;")
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");;
}

with(milonic=new menuname("prj")){
top=166;
style=menuStyle;
aI("text=La Parrilla Silver Mine;url=/s/LaParrillaProject.asp;status=La Parrilla Silver Mine;");
aI("text=San Martin Silver Mine;url=/s/SanMartin.asp;status=San Martin Silver Mine;");
aI("text=La Encantada Silver Mine;url=/s/LaEncantada.asp;status=La Encantada Silver Mine;");
aI("text=Del Toro Silver Mine;url=/s/Chalchihuites.asp;status=Del Toro Silver Mine;");
//aI("text=Cuitaboca Silver Project;url=/s/CuitabocaSilverProject.asp;status=Cuitaboca Silver Project;");
aI("text=Real de Catorce Silver Project;url=/s/RealDeCatorce.asp;status=Real de Catorce Silver Project;");
//aI("text=Candamena Mining District;url=/s/CandamenaMiningDistrict.asp;status=Candamena Mining District;");
//aI("text=Dios Padre Silver Project;url=/s/DiosPadresProject.asp;status=Dios Padre Silver Project;");
}

with(milonic=new menuname("ir")){
top=166;
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=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
aI("text=Upcoming Events;url=/s/UpcomingEvents.asp;status=Upcoming Events;");
aI("text=Reserves/Resources;url=/s/ReservesResources.asp;status=Reserves/Resources;");
aI("text=Analyst Coverage;url=/s/Analystcoverage.asp;status=Analyst Coverage;");
}

with(milonic=new menuname("bullion")){
top=166;
style=menuStyle;
aI("text=Order Form;url=/s/OrderForm.asp;status=Order Form;");
aI("text=FAQ;url=/s/FAQ.asp;status=FAQ;");
aI("text=Testimonials;url=/s/Testimonials.asp;status=Testimonials;");
}

with(milonic=new menuname("contact")){
top=166;
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();