_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;
separatorimage="/i/common2/menusep.gif";
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#ffcc00";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="transparent";
borderstyle="none";
borderwidth=0;
separatorimage="/i/common2/menusep.gif";
separatorwidth="21";
separatorheight="35";
padding=4;
fontsize="13";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffcc00";
pagebgcolor="transparent";
headercolor="#ffcc00";
headerbgcolor="transparent";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
oncolor="#ffcc00";
onbgcolor="#000000";
offcolor="#ffffff";
offbgcolor="#333333";
pagecolor="#ffcc00";
pagebgcolor="#333333";
bordercolor="#c17b7b";
borderstyle="solid";
borderwidth=0;
separatorcolor="#666666";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#ffcc00";
headerbgcolor="#8b0101";
subimage="";
subimagepadding="2";
overfilter="Alpha(opacity=70)";
outfilter="";
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=About Us;url=/s/AboutUs.asp;status=About Us;itemwidth=140");
aI("text=Management & Directors;url=/s/ManagementAndDirectors.asp;status=Management & Directors;");
aI("text=Geology Expertise;url=/s/GeologyExpertise.asp;status=Geology Expertise;");
aI("text=Corporate Governance;url=/s/Governance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Overview & Map;url=/s/Nevada.asp;status=Overview & Map;itemwidth=140;");
aI("text=South Eureka;url=/s/SouthEureka.asp;status=South Eureka (Cortez/Eureka);itemwidth=140;showmenu=eureka");
//aI("text=Long Peak;url=/s/LongPeak.asp;status=Long Peak (Cortez/Battle Mountain);itemwidth=140;");
//aI("text=Dixie Flats;url=/s/DixieFlats.asp;status=Dixie Flats (Carlin);itemwidth=140;");
aI("text=ICBM;url=/s/ICBM.asp;status=ICBM (Cortez/Battle Mountain);itemwidth=140;");
//aI("text=Cobb Creek;url=/s/CobbCreek.asp;status=Cobb Creek (Independence);itemwidth=140;");
aI("text=Technical Reports;url=/s/TechnicalReports.asp;status=Technical Reports;itemwidth=140;");
aI("text=Project Photo Gallery;url=/s/ProjectPhotos.asp;status=Project Photo Gallery;itemwidth=140;");
}

with(milonic=new menuname("eureka")){
style=menuStyle;
aI("text=Lookout Mountain;url=/s/LookoutMountain.asp;status=Lookout Mountain;itemwidth=140;");
aI("text=Windfall-Hoosac;url=/s/Windfall-Hoosac.asp;status=Windfall-Hoosac;itemwidth=140;");
//aI("text=Secret Canyon;url=/s/SecretCanyon.asp;status=Secret Canyon;itemwidth=140;");
aI("text=South Ratto Ridge;url=/s/SouthRattoRidge.asp;status=South Ratto Ridge;itemwidth=140;");
//aI("text=New York Canyon;url=/s/NewYorkCanyon.asp;status=New York Canyon;itemwidth=140;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Quotes & Charts;url=/s/QuotesAndCharts.asp;status=Quotes & Charts;");
//aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
//aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;");
//aI("text=Geology Expertise;url=/s/GeologyExpertise.asp;status=Geology Expertise;");
aI("text=Financials;url=/s/Financials.asp;status=Financials;");
aI("text=Corporate Presentation;url=/s/CorporatePresentation.asp;status=Corporate Presentation;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;itemwidth=140;");
aI("text=Media Coverage;url=/s/MediaCoverage.asp;status=Media Coverage;itemwidth=140;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Locations & Contacts;url=/s/LocationsAndContacts.asp;status=Locations & Contacts;itemwidth=140");
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();