_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(menuStyle=new mm_style()){
onbgcolor="#B6B8BB";
oncolor="#041830";
offbgcolor="#041830";
offcolor="#ffffff";
bordercolor="#33445F";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#041830";
pagebgcolor="#B6B8BB";
headercolor="#041830";
headerbgcolor="#B6B8BB";
subimage="/i/common/arrow.gif";
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("comp")){
style=menuStyle;
//aI("text=Strategy;url=/s/Strategy.asp;status=Strategy;");
aI("text=Corporate Profile;url=/s/CompanyProfile.asp;status=Corporate Profile;");
aI("text=History;url=/s/History.asp;status=History;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Board;url=/s/Board.asp;status=Board;");
aI("text=Job Opportunities;url=/s/Jobs.asp;status=Job Opportunities;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Overview;url=/s/ProjectMap.asp;status=Overview;");
aI("text=Idaho;url=/s/SilverValley.asp?ReportID=148163;showmenu=idaho;status=Idaho;");
//aI("text=Mexico;url=/s/Mexico.asp?ReportID=148164;showmenu=mex;status=Mexico;");
aI("text=Montana;url=/s/Montana.asp?ReportID=148165;status=Montana;");
}

   with(milonic=new menuname("idaho")){
   style=menuStyle;
   aI("text=Silver Valley;url=/s/SilverValley.asp?ReportID=148163;status=Silver Valley;");
   aI("text=Sunshine Mine;url=/s/Sunshine.asp?ReportID=148158;status=Sunshine Mine;");
   }

   with(milonic=new menuname("mex")){
   style=menuStyle;
   aI("text=Overview;url=/s/Mexico.asp?ReportID=148164;status=Overview;");
   aI("text=Barones;url=/s/Barones.asp?ReportID=148162;status=Barones;");
   aI("text=Bolshoi and Terrible Jim Properties;url=/s/BolshoiJim.asp;status=Bolshoi and Terrible Jim Properties;");
   aI("text=La Esperanza;url=/s/Esperanza.asp;status=La Esperanza;");
   aI("text=El Morro Area;url=/s/ElMorro.asp;status=El Morro Area;");
   //aI("text=San Acacio;url=/s/SanAcacio.asp;status=San Acacio;");
   aI("text=Tesorito-Tabasquena Properties;url=/s/TesoritoTabasquena.asp;status=Tesorito-Tabasquena Properties;");
   aI("text=Jimenez;url=/s/Jimenez.asp;status=Jimenez;");
   aI("text=La Chapis;url=/s/LaChapis.asp;status=La Chapis;");
   aI("text=Cuatro Cienegas;url=/s/cuatro.asp;status=Cuatro Cienegas;");
   }


with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Reports & Presentations;url=/s/Reports.asp;status=Reports & Presentations;");
aI("text=Calendar;url=/s/Calendar.asp;status=Calendar;");
aI("text=Store;url=/s/Store.asp;status=Store;");
aI("text=PhotoGallery;url=/s/PhotoGalleries.asp?ReportID=149141;status=Photo Gallery;");
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 Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("silver")){
style=menuStyle;
aI("text=Silver Market;url=/s/SilverMarket.asp;status=Silver Market;");
aI("text=Glossary;url=/s/Glossary.asp;status=Glossary;");
aI("text=Related Links;url=/s/RelatedLinks.asp;status=Related Links;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
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();
