_menuCloseDelay=1500          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=500            // 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
fixMozillaZIndex=true


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
onbgcolor="#5595e3";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="transparent";
borderstyle="none";
borderwidth=0;
separatorcolor="#000000";
separatorsize="";
separatorheight="29";
padding=5;
fontsize="";
fontstyle="";
fontfamily="";
pagecolor="#000000";
pagebgcolor="#5595e3";
headercolor="#000000";
headerbgcolor="#5595e3";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#005cbb";
oncolor="#ccdef1";
offbgcolor="#ccdef1";
offcolor="#005cbb";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="helvetica,verdana";
pagecolor="#ccdef1";
pagebgcolor="#005cbb";
headercolor="#ccdef1";
headerbgcolor="#005cbb";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Corporate Profile;url=/s/Corporate.asp;status=Corporate Profile");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
//aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Fact Sheet;url=/i/pdf/FactSheet.pdf;target=blank;status=Fact Sheet;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");

}
with(milonic=new menuname("News")){
style=menuStyle;
itemwidth=95;
aI("text=2010;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
aI("text=2009;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Cherry Hill Mine, California;url=/s/cherry_hill.asp;status=Cherry Hill Mine, California;");
aI("text=Cherry Hill Photo Gallery;url=/s/Cherryhillphotos.asp;status=Cherry Hill Photo Gallery;");
aI("text=Zacatecas, Mexico;url=/s/Zacatecas.asp;status=Zacatecas, Mexico;");
aI("text=Zacatecas Photo Gallery;url=/s/ZacatecasPhotoGallery.asp;status=Zacatecas Photo Gallery;");
aI("text=Yoreme;url=/s/Yoreme.asp;status=Yoreme;");
aI("text=Yoreme Photo Gallery;url=/s/YoremePhotoGallery.asp;status=Yoreme Photo Gallery;");
}

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=Join Our Mailing List;url=/s/MailingList.asp;status=Join Our Mailing List;");
}

drawMenus();
