_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="#666666";
oncolor="#FFFFFF";
offbgcolor="#505050";
offcolor="#FFFFFF";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontweight="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#FFFFFF";
pagebgcolor="#505050";
headercolor="#000000";
headerbgcolor="#eeeeee";
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("corptemp")){
top=36;
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management and Director;url=/s/Management.asp;status=Management and Director;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Employment Opportunities;url=/s/Employment.asp;status=Employment Opportunities;");
}

with(milonic=new menuname("corp")){
top=36;
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management and Director;url=/s/Management.asp;status=Management and Director;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;showmenu=fin;status=Financial Statements;");
aI("text=Employment Opportunities;url=/s/Employment.asp;status=Employment Opportunities;");
}

with(milonic=new menuname("fin")){
top=36;
style=menuStyle;
aI("text=2009;url=/s/FinancialStatements.asp?DateRange=2009/01/01...2009/12/31;status=Financial Statements;");
aI("text=2008;url=/s/FinancialStatements.asp?DateRange=2008/01/01...2008/12/31;status=Financial Statements;");
aI("text=2007;url=/s/FinancialStatements.asp?DateRange=2007/01/01...2007/12/31;status=Financial Statements;");
aI("text=2006;url=/s/FinancialStatements.asp?DateRange=2006/01/01...2006/12/31;status=Financial Statements;");
aI("text=2005;url=/s/FinancialStatements.asp?DateRange=2005/01/01...2005/12/31;status=Financial Statements;");
aI("text=2004;url=/s/FinancialStatements.asp?DateRange=2004/01/01...2004/12/31;status=Financial Statements;");
aI("text=2003;url=/s/FinancialStatements.asp?DateRange=2003/01/01...2003/12/31;status=Financial Statements;");
}

with(milonic=new menuname("news")){
top=36;
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Sedar Filings;url=http://www.sedar.com/DisplayProfile.do?lang=EN&issuerType=03&issuerNo=00009020;target=_blank");
//aI("text=John Embry;url=/s/JohnEmbry.asp;status=John Embry;");
//aI("text=The Case for Gold;url=/s/CaseforGold.asp;status=The Case for Gold;");
}

with(milonic=new menuname("proj")){
top=36;
style=menuStyle;
aI("text=Production;url=/s/Production.asp;status=Production;");
aI("text=Exploration;url=/s/CerroDolores.asp;status=Exploration;");
//aI("text=Black Silver;url=/s/BlackSilver.asp;status=Black Silver;");
aI("text=Photo Gallery;url=#;showmenu=photo;status=Photo Gallery;");
}

with(milonic=new menuname("photo")){
style=menuStyle;
aI("text=San Martin Mine;url=/s/PhotoGallery.asp?ReportID=169151;status=San Martin Mine;");
aI("text=Cerro Dolores;url=/s/PhotoGallery.asp?ReportID=169152;status=Cerro Dolores;");
}


with(milonic=new menuname("silv")){
top=36;
style=menuStyle;
aI("text=Silver Facts and Uses;url=/s/SilverFacts.asp;status=Silver Facts and Uses;");
aI("text=Silver Fundamentals;url=/s/SilverFundamentals.asp;status=Silver Fundamentals;");
aI("text=Silver Institute;url=http://www.silverinstitute.org;status=Silver Institute;");
}

with(milonic=new menuname("inv")){
top=36;
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Corporate Communications;url=/s/InvestorRelations.asp;status=Corporate Communications;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
//aI("text=Starcore Brochure;url=/i/pdf/StarcoreBrochure.pdf;target=blank;status=Starcore Brochure;");
aI("text=Articles & Reports;url=/s/ArticlesandReports.asp;status=Articles & Reports;");
//aI("text=Investors Email Service;url=/s/InvestorsEmailService.asp;status=Investors Email Service;");
aI("text=Selected Links;url=/s/SelectedLinks.asp;status=Selected Links;");
aI("text=Conferences;url=/s/Conferences.asp;status=Conferences;");
//aI("text=Fact Sheet;url=/i/pdf/StarcoreInfoSheet.pdf;status=Fact Sheet;");
aI("text=Community Relations;url=/s/Community.asp;status=Community Relations;");
}

with(milonic=new menuname("contact")){
top=36;
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();