_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()){
offbgcolor="#F0F0F0";
offcolor="#000000";
onbgcolor="#CECECE";
oncolor="#333333";
pagebgcolor="#CECECE";
pagecolor="#333333";
bordercolor="#7B5920";
borderstyle="solid";
borderwidth=1;
separatorcolor="#101010";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Home;url=/s/Home.asp;status=Home;");
aI("text=About Midway;url=/s/AboutMidway.asp;status=About Midway;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Board of Directors;url=/s/Directors.asp;status=Board of Directors;");
aI("text=Careers;url=/s/Careers.asp;status=Careers;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
aI("text=Resource Estimates;url=/s/ResourceEstimates.asp;status=Resource Estimates;");
aI("text=Spring Valley Project;url=/s/SpringValley.asp;status=Spring Valley Project;");
aI("text=Pan Project;url=/s/Pan.asp;status=Pan Project;");
aI("text=Midway Project;url=/s/Midway.asp;status=Midway Project;");
aI("text=Golden Eagle;url=/s/GoldenEagle.asp;status=Golden Eagle;");
aI("text=Other Projects;url=/s/Other.asp;showmenu=oth;status=Other Projects;");
}

   with(milonic=new menuname("oth")){
   style=menuStyle;
   //aI("text=Roberts Gold;url=/s/RobertsGold.asp;status=Roberts Gold;");
   aI("text=Gold Rock;url=/s/Monte.asp;status=Gold Rock;");
   aI("text=Burnt Canyon;url=/s/BurntCanyon.asp;status=Burnt Canyon;");
   //aI("text=Thunder Mountain;url=/s/ThunderMtn.asp;status=Thunder Mountain;");
   }

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Quote;url=/s/StockInfo.asp;status=Stock Quote;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Governance;url=/s/CorporateGovernance.asp;status=Corporate Governance;");
aI("text=Corporate Profile;url=/i/pdf/midway-factsheet-rev2.pdf;target=_blank;status=Corporate Profile;");
aI("text=Calendar of Events;url=/s/Events.asp;status=Calendar of Events;");
aI("text=Media Coverage;url=/s/Media.asp;status=Media Coverage;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Proxy Material;url=/s/ProxyMaterial.asp;status=Proxy Material;");
}

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;");
}

drawMenus();
