_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=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


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
menubgcolor="";
}

with(menuStyle=new mm_style()){
onbgcolor="#F7C749";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#FFFFFF";
pagebgcolor="#FFFFFF";
pagecolor="#000000";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
left=200;
style=menuStyle;
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("History")){
style=menuStyle;
aI("text=Golden Past;url=/s/History.asp?ReportID=114782;status=Golden Past;");
aI("text=1851 - 1863;url=/s/History.asp?ReportID=114783;status=1851 - 1863;");
aI("text=1864 - 1893;url=/s/History.asp?ReportID=114793;status=1864 - 1893;");
aI("text=1894 - 1925;url=/s/History.asp?ReportID=114796;status=1894 - 1925;");
aI("text=1926 - 1941;url=/s/History.asp?ReportID=114797;status=1926 - 1941;");
aI("text=1941 - 1945;url=/s/History.asp?ReportID=114800;status=1941 - 1945;");
aI("text=1946 - 1956;url=/s/History.asp?ReportID=114802;status=1946 - 1956;");
aI("text=1957 - Present;url=/s/History.asp?ReportID=114804;status=1957 - Present;");
aI("text=Photo Archives;url=/s/History.asp?ReportID=114943;status=Photo Archives;");
}

with(milonic=new menuname("Project")){
style=menuStyle;
aI("text=Project Overview;url=/s/Project.asp?ReportID=269394;status=Project Overview;");
//aI("text=Property Site Tour;url=/s/Project.asp?ReportID=269364;status=Property Site Tour;");
aI("text=Project Features;url=/s/Project.asp?ReportID=114907;status=Project Features;");
aI("text=Location Map;url=/s/Project.asp?ReportID=114912;status=Location Map;");
aI("text=Underground Workings;url=/s/Project.asp?ReportID=269897;status=Underground Workings;");
}

with(milonic=new menuname("Gold")){
style=menuStyle;
aI("text=Geology and Gold Exploration;url=/s/Gold.asp?ReportID=114946;status=Geology and Gold Exploration;");
aI("text=Modern Mining Methods;url=/s/Gold.asp?ReportID=114949;status=Modern Mining Methods;");
aI("text=Uses of Gold;url=/s/Gold.asp?ReportID=114952;status=Uses of Gold;");
}

with(milonic=new menuname("Enviro")){
style=menuStyle;
aI("text=Water, a Precious Resource;url=/s/Environmental.asp?ReportID=114896;status=Water, a Precious Resource;");
aI("text=Traffic Solutions;url=/s/Environmental.asp?ReportID=114903;status=Traffic Solutions;");
aI("text=Visual and Sound Considerations;url=/s/Environmental.asp?ReportID=114904;status=Visual and Sound Considerations;");
aI("text=Materials Monitoring;url=/s/Environmental.asp?ReportID=114905;status=Materials Monitoring;");
}

with(milonic=new menuname("PublicDocs")){
style=menuStyle;
aI("text=IMMC Documents and Community Workshop Presentations;url=/s/PublicDocuments-IMMC.asp;status=IMMC Documents and Community Workshop Presentations;");
aI("text=City of Grass Valley CEQA Documents;url=/s/PublicDocuments-CEQA.asp;status=City of Grass Valley CEQA Documents;");
}

with(milonic=new menuname("FactSheets")){
style=menuStyle;
aI("text=Miner's Minutes;url=/s/MinerMinutes.asp;status=Miner's Minutes;");
}


//with(milonic=new menuname("faqs")){
//style=menuStyle;
//aI("text=January 30, 2007 Workshops;url=/s/FAQ.asp?ReportID=170762;status=January 30, 2007 Workshops;");
//aI("text=March 7, 2006 Workshops;url=/s/FAQ.asp?ReportID=132987;status=March 7, 2006 Workshops;");
//aI("text=August 30, 2005 Workshops;url=/s/FAQ.asp?ReportID=116782;status=August 30, 2005 Workshops;");
//}

with(milonic=new menuname("Contact")){
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();