_menuCloseDelay=1200          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=250            // 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
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
offbgcolor="#fdddaa";
offcolor="#484848";
onbgcolor="#bfc2c9";
oncolor="#333333";
pagebgcolor="#bfc2c9";
pagecolor="#333333";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, helvetica";
headercolor="#484848";
headerbgcolor="#bfc2c9";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Overview;url=/s/Corporate.asp;status=Overview;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Awards & Achievements;url=/s/Awards.asp;status=Awards & Achievements;");
aI("text=Social Responsibility;url=/s/SocialResponsibility.asp;status=Social Responsibility;");
aI("text=Policies of the Board;url=/s/PoliciesoftheBoard.asp;status=Policies of the Board;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
aI("text=NI 43-101 Disclosure;url=/s/NE43101.asp;status=NI 43-101 Disclosure");
aI("text=Mineral Resources;url=/s/ReservesResources.asp;status=Mineral Resources;");
aI("text=Mine Production;url=/s/MineProduction.asp;status=Mine Production;");
aI("text=Zacualpan;url=/s/Zacualpan.asp;status=Zacualpan (Mexico);showmenu=zacu;");
aI("text=Mamatla;url=/s/Mamatla.asp;status=Mamatla (Mexico);");
aI("text=Zacatecas;url=/s/Zacatecas.asp;status=Zacatecas (Mexico);");
}

with(milonic=new menuname("zacu")){
style=menuStyle;
aI("text=Guadalupe Production Camp;url=/s/Guadalupe.asp;status=Guadalupe Production Camp;");
aI("text=La Virgen Mining Camp;url=/s/LaVirgen.asp;status=La Virgen Mining Camp;");
aI("text=Noche Buena Mining Camp;url=/s/NocheBuena.asp;status=Noche Buena Mining Camp;");
aI("text=Northeast Mining Camp;url=/s/Northeast.asp;status=Northeast Mining Camp;");

}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Message to Shareholders;url=/s/MessagetoShareholders.asp;status=Message to Shareholders;");
aI("text=Mining in Mexico;url=/s/MiningMexico.asp;status=Mining in Mexico;");
aI("text=Silver Information;url=/s/Silver.asp;status=Silver Information;showmenu=silver;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Corporate Presentations;url=/s/CorpPresentations.asp;status=Corporate Presentations;");
aI("text=Events;url=/s/Events.asp;status=Events;");
aI("text=Financial Information;url=/s/FinancialInformation.asp;status=Financial Information;");
aI("text=Analyst Coverage;url=/s/AnalystReports.asp;status=Analyst Coverage;");
aI("text=Useful Links & Tools;url=/s/UsefulLinksTools.asp;status=Useful Links & Tools;");
}

with(milonic=new menuname("silver")){
style=menuStyle;
aI("text=Industry Articles;url=/s/IndustryArticles.asp;status=Industry Articles;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=2012 News;url=/s/NewsReleases.asp?DateRange=2012/01/01...2012/12/31;status=2012 News;");
aI("text=2011 News;url=/s/NewsReleases.asp?DateRange=2011/01/01...2011/12/31;status=2011 News;");
aI("text=2010 News;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010 News;");
aI("text=2009 News;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009 News;");
aI("text=Archives;url=/s/NewsReleases.asp?DateRange=2004/01/01...2008/12/31;status=Archives;");
}

with(milonic=new menuname("media")){
style=menuStyle;
aI("text=Photo Gallery;url=/s/PhotoGallery.asp?ReportID=470798;status=Photo Gallery;");
aI("text=Video Gallery;url=/s/VideoGallery.asp;status=Video Gallery;");
aI("text=Quarterly Conference Calls;url=/s/ConferenceCalls.asp;status=Quarterly Conference Calls;");

}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.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=/s/Unsubscribe.asp;status=Unsubscribe;");
}

drawMenus();
