_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="#a10c15";
oncolor="#36336b";
offbgcolor="#a10c15";
offcolor="#ffffff";
bordercolor="#51060b";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, helvetica";
pagecolor="#36336b";
pagebgcolor="#a10c15";
headercolor="#36336b";
headerbgcolor="#a10c15";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Overview;url=/s/Corporate.asp;status=Overview;");
aI("text=Quick Facts;url=/s/QuickFacts.asp;status=Quick Facts;");
aI("text=History;url=/s/History.asp;status=History;");
aI("text=Environment;url=/s/Environment.asp;status=Environment;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Governance;url=/s/CorpGovernance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
aI("text=Galena Mine and Mill;url=/s/GalenaMine.asp;status=Galena Mine and Mill;");
aI("text=Coeur Mine and Mill;url=/s/CoeurMine.asp;status=Coeur Mine and Mill;");
aI("text=Caladay Mine;url=/s/CaladayMine.asp;status=Caladay Mine;");
aI("text=Dayrock & Other Silver Valley Properties;url=/s/Dayrock.asp;status=Dayrock & Other Silver Valley Properties;");
aI("text=Production;url=/s/Production.asp;status=Production;");
aI("text=Reserves and Resources;url=/s/RandR.asp;status=Reserves and Resources;");
aI("text=Geology;url=/s/Geology.asp;status=Geology;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
//aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Job Opportunities;url=/s/Careers.asp;status=Job Opportunities;");
aI("text=Silver Markets;url=/s/SilverMarkets.asp;status=Silver Markets;");
aI("text=SEDAR Profile;url=http://www.sedar.com/DisplayCompanyDocuments.do?lang=EN&issuerNo=00023678;target=blank;status=SEDAR Profile;");
}

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/InfoRequest.asp;status=Request More Info;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
aI("text=Information Package;url=/s/InfoPackage.asp;status=Information Package;");
}

drawMenus();