_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="#046637";
oncolor="#ffffff";
offbgcolor="#039349";
offcolor="#ffffff";
bordercolor="#046637";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#046637";
headercolor="#ffffff";
headerbgcolor="#046637";
subimage="/i/common/arrow.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
left="offset=9";
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Technical Team;url=/s/TechnicalTeam.asp;status=Technical Team;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("prj")){
left="offset=11";
style=menuStyle;
//aI("text=Sunshine Silver Mine;url=/s/SunshineSilver.asp?ReportID=370184;showmenu=SS;status=Sunshine Silver Mine;");
aI("text=Eldorado & Contact Lake;url=/s/ContactLake.asp?ReportID=192689;showmenu=cont;status=Eldorado & Contact Lake;");
}

   with(milonic=new menuname("cont")){
   style=menuStyle;
   aI("text=Overview;url=/s/ContactLake.asp?ReportID=192689;status=Overview;");
   aI("text=Eldorado-Echo Bay;url=/s/ContactLake.asp?ReportID=192689;status=Eldorado-Echo Bay;");
   aI("text=Eldorado South Uranium Target;url=/s/ContactLake.asp?ReportID=190603;status=Eldorado South Uranium Target;");
   aI("text=South Echo Bay Gossan;url=/s/ContactLake.asp?ReportID=190604;status=South Echo Bay Gossan;"); 
   aI("text=K2 Discovery Zone;url=/s/ContactLake.asp?ReportID=190605;status=K2 Discovery Zone;");
   aI("text=Glacier Creek;url=/s/ContactLake.asp?ReportID=370210;status=Glacier Creek;");
   aI("text=Mag Hill;url=/s/ContactLake.asp?ReportID=190606;status=Mag Hill;");
   aI("text=Mile Lake Breccia;url=/s/ContactLake.asp?ReportID=190611;status=Mile Lake Breccia;");
   aI("text=North Echo Bay Gossan;url=/s/ContactLake.asp?ReportID=190612;status=North Echo Bay Gossan;");
   aI("text=Skinny Lake Project;url=/s/ContactLake.asp?ReportID=284282;status=Skinny Lake Project;");
   aI("text=Uranium & Silver Tailings Project;url=/s/ContactLake.asp?ReportID=190613;status=Uranium & Silver Tailings Project;");
   aI("text=Long Bay;url=/s/ContactLake.asp?ReportID=329270;status=Long Bay;");
   aI("text=K4;url=/s/ContactLake.asp?ReportID=329272;status=K4;");
   aI("text=Photo Gallery;url=/s/ContactLake.asp?ReportID=370212;status=Photo Gallery;");
   }

   with(milonic=new menuname("SS")){
   style=menuStyle;
   aI("text=Overview;url=/s/SunshineSilver.asp?ReportID=370184;status=Overview;");
   //aI("text=PowerPoint Presentation;url=/s/SunshineSilver.asp?ReportID=370185;status=PowerPoint Presentation;");
   aI("text=History and Production History;url=/s/SunshineSilver.asp?ReportID=370186;status=History and Production History;");
   aI("text=Location and Geology;url=/s/SunshineSilver.asp?ReportID=370187;status=Location and Geology;");
   //aI("text=Development Plan;url=/s/SunshineSilver.asp?ReportID=370188;status=Development Plan;");
   aI("text=Historic Photo Gallery;url=/s/SunshineSilver.asp?ReportID=370189;status=Historic Photo Gallery;");
   aI("text=Recent Photo Gallery;url=/s/SunshineSilver.asp?ReportID=370191;status=Recent Photo Gallery;");
   }   
   
with(milonic=new menuname("inv")){
left="offset=12";
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Research Reports;url=/s/ResearchReports.asp;status=Research Reports;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Related Websites;url=/s/RelatedSites.asp;status=Related Websites;");
//aI("text=What is Silver?;url=/s/WhatisSilver.asp;status=What is Silver?;");
//aI("text=Why Silver?;url=/s/WhySilver.asp;status=Why Silver?;");
}

with(milonic=new menuname("contact")){
left="offset=12";
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();