_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(mainStyle=new mm_style()){
onbgcolor="#996633";
oncolor="#EEEBE6";
offbgcolor="#EEEBE6";
offcolor="#996633";
bordercolor="";
borderstyle="none";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="11";
fontweight="bold";
fontfamily="Verdana, Arial, helvetica";
pagecolor="#996633";
pagebgcolor="#EEEBE6";
headercolor="#996633";
headerbgcolor="#EEEBE6";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(menuStyle=new mm_style()){
onbgcolor="#996633";
oncolor="#EEEBE6";
offbgcolor="#EEEBE6";
offcolor="#996633";
bordercolor="";
borderstyle="none";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=4;
fontsize="12";
fontweight="";
fontfamily="Arial, helvetica";
pagecolor="#996633";
pagebgcolor="#EEEBE6";
headercolor="#996633";
headerbgcolor="#EEEBE6";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Company History;url=/s/CompanyHistory.asp;status=Company History;");
aI("text=Board of Directors;url=/s/Management.asp#board;status=Board of Directors;");
aI("text=Management(Vancouver);url=/s/Management.asp#mgmtv;status=Management(Vancouver);");
aI("text=Management(Wells);url=/s/Management.asp#mgmtw;status=Management(Wells);");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
//aI("text=Fact Sheet;url=/s/FactSheet.asp;status=Fact Sheet;");
//aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
///aI("text=History of Company;url=/s/HistoryOfCompany.asp;status=History of Company;");
//aI("text=History of Area;url=/s/HistoryOfArea.asp;status=History of Area;");
//aI("text=Application/Environmental Assessment;url=/s/Assessment.asp;status=Application/Environmental Assessment;");
}

with(milonic=new menuname("ops")){
style=menuStyle;
aI("text=Bonanza Ledge;url=/s/BonanzaLedge.asp;status=Bonanza Ledge;");
aI("text=Cariboo Gold Project;url=/s/CaribooGold.asp;status=Cariboo Gold Project;");
aI("text=Mucho Oro Zone;url=/s/MuchoOro.asp;status=Mucho Oro Zone;");
aI("text=Snapjack Zone;url=/s/Snapjack.asp;status=Snapjack Zone;");
aI("text=Geology/Geophysics;url=/s/Geology_Geophysics.asp;status=Geology/Geophysics;");
}

with(milonic=new menuname("media")){
style=menuStyle;
aI("text=Video Clips;url=/s/Video.asp;status=Video Clips;");
aI("text=Newspaper Articles;url=/s/Articles.asp;status=Newspaper Articles;");
aI("text=Corporate Presentations & Reports;url=/s/Presentations.asp;status=Corporate Presentations & Reports;");
aI("text=Government Reports;url=/s/GovernmentReports.asp;status=Government Reports;");
aI("text=Newsletters;url=/s/Newsletters.asp;status=Newsletters;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=2010 News Releases;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010 News Releases;");
aI("text=2009 News Releases;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009 News Releases;");
aI("text=2008 News Releases;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008 News Releases;");
aI("text=2007 News Releases;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007 News Releases;");
aI("text=2006 News Releases;url=/s/NewsReleases.asp?DateRange=2006/01/01...2006/12/31;status=2006 News Releases;");
aI("text=2005 News Releases;url=/s/NewsReleases.asp?DateRange=2005/01/01...2005/12/31;status=2005 News Releases;");
aI("text=Archives;url=/s/NewsReleases.asp?DateRange=2000/01/01...2004/12/31;status=Archives;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
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();