_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";
}

with(menuStyle=new mm_style()){
onbgcolor="#FFFFFF";
oncolor="#B19800";
offbgcolor="#FFFFFF";
offcolor="#3E3E3E";
bordercolor="#B5B5B5";
borderstyle="solid";
borderwidth=1;
separatorcolor="#B5B5B5";
separatorsize="1";
padding=6;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#B19800";
pagebgcolor="#F4F4F4";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="alpha(opacity=94)";
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("corporate")){
style=menuStyle;
menuwidth="121";
aI("text=About Us;url=/s/CorporateOverview.asp;status=About Us;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Directors & Key Management;url=/s/Directors.asp;status=Directors & Key Management;");
}

with(milonic=new menuname("projects")){
style=menuStyle;
menuwidth="111";
aI("text=Cordero Properties;url=/s/CorderoSanson.asp;status=Cordero-Sanson Properties;");
aI("text=Mt. Polley Area Properties;url=/s/MtPolley.asp;status=Mt. Polley Area Properties;");
aI("text=Flume Project;url=/s/Flume.asp;status=Flume Project;");
}

with(milonic=new menuname("mp")){
style=menuStyle;
//aI("text=Geology;url=/s/Geology.asp;status=Geology;");
//aI("text=Lloyd/Boundary;url=/s/Lloydboundary.asp;status=Lloyd/Boundary;");
//aI("text=Nordik;url=/s/Nordik.asp;status=Nordik;");
//aI("text=October/Dome;url=/s/Octoberdome.asp;status=October/Dome;");
//aI("text=Morehead/Calm;url=/s/Moreheadcalm.asp;status=Morehead/Calm;");
//aI("text=Technical Report;url=/s/Technicalreport.asp;status=Technical Report;");
}

with(milonic=new menuname("investors")){
style=menuStyle;
menuwidth="117";
//aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;showmenu=News");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
//aI("text=Media;url=/s/Media.asp;status=Media;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Photo Galleries;url=/s/PhotoGalleries.asp;status=Photo Galleries;");
}

	with(milonic=new menuname("News")){
	style=menuStyle;
	menuwidth="140";
	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;");
	}

with(milonic=new menuname("contact")){
style=menuStyle;
menuwidth="105";
aI("text=Contact Us;url=/s/ContactUs.asp;status=Contact Us;");
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();