_menuCloseDelay=1200          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=250            // 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(menuStyle=new mm_style()){
offbgcolor="#0778b6";
offcolor="#ffffff";
onbgcolor="#0778b6";
oncolor="#033553";
pagebgcolor="#0778b6";
pagecolor="#033553";
bordercolor="#101010";
borderstyle="solid";
borderwidth=0;
separatorcolor="#5ca6cf";
separatorsize="1";
padding=10;
fontsize="11";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
rawcss="text-transform: uppercase";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
top=41;
aI("text=Profile;url=/s/Corporate.asp;status=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("Projects")){
style=menuStyle;
top=41;
aI("text=Tonopah Divide, Nevada;url=/s/TonopahDivide.asp;status=Tonopah Divide, Nevada;");
aI("text=Mineral  Mountain, Utah;url=/s/Goldstrike.asp;status=Mineral  Mountain, Utah;");
aI("text=King Tonopah, Nevada;url=/s/KingTonopah.asp;status=King Tonopah Gold, Nevada;");
aI("text=Coors Mine, Arizona;url=/s/Coors.asp;status=Coors Mine, Arizona;");
aI("text=Bandarita Mine, California;url=/s/Bandarita.asp;status=Bandarita Mine, California;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
top=41;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Annual Reports;url=/s/AnnualReports.asp;status=Annual Reports;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Videos;url=/s/Videos.asp;status=Videos;");
aI("text=Legal Notices;url=/s/LegalNotices.asp;status=Legal Notices;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
top=41;
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();
