_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
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#c5d3e0";
offcolor="#054874";
onbgcolor="#054874";
oncolor="#c5d3e0";
pagebgcolor="#054874";
pagecolor="#c5d3e0";
bordercolor="#bedeef";
borderstyle="solid";
borderwidth=1;
separatorcolor="#bedeef";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#c5d3e0";
headerbgcolor="#054874";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("Corporate")){
style=menuStyle;
left="offset=8";
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Board of Directors;url=/s/Board-of-Directors.asp;status=Board of Directors;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Financial and Regulatory Filings;url=/s/Financials.asp;status=Financial and Regulatory Filings;");
aI("text=Careers;url=/s/Careers.asp;status=Careers;");
aI("text=Corporate Responsibility;url=/s/CorporateResponsibility.asp;status=Corporate Responsibility;");
}

with (milonic = new menuname("Corporate-new")) {
    style = menuStyle;
    left = "offset=8";
    aI("text=Management;url=/s/Management.asp;status=Management;");
    aI("text=Board of Directors;url=/s/Board-of-Directors.asp;status=Board of Directors;");
    aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
    aI("text=Careers;url=/s/Careers.asp;status=Careers;");
    aI("text=Corporate Responsibility;url=/s/CorporateResponsibility.asp;status=Corporate Responsibility;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
left="offset=50";
aI("text=Thunder Ridge;url=/s/Thunder_Ridge.asp;status=Thunder Ridge;");
aI("text=Manson Creek;url=/s/Manson_Creek.asp;status=Manson Creek;");
aI("text=Prince George;url=/s/Prince_George.asp;status=Prince George;");
aI("text=Technical Reports;url=/s/Tech_Reports.asp;status=Technical Reports;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
left="offset=10";
aI("text=Stock Information;url=/s/Stock_Info.asp;status=Stock Information;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Research / Analyst Coverage;url=/s/Analyst_Coverage.asp;status=Research / Analyst Coverage;");
}

with (milonic = new menuname("Investors-new")) {
    style = menuStyle;
    left = "offset=10";
    aI("text=Stock Information;url=/s/Stock_Info.asp;status=Stock Information;");
    aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
    aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
    aI("text=Fact Sheet;url=/s/FactSheet.asp;status=Fact Sheet;");
    aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
    aI("text=Media;url=/s/Media.asp;status=Media;");
    aI("text=Upcoming Events;url=/s/Upcoming_Events.asp;status=Upcoming Events;");
    aI("text=Related Websites;url=/s/RelatedWebsites.asp;status=Related Websites;");
    aI("text=Research / Analyst Coverage;url=/s/Analyst_Coverage.asp;status=Research / Analyst Coverage;");
    aI("text=Financial Reports;url=/s/UFPIC.asp;status=Financial Reports;");
    aI("text=UFPFIC (US Shareholders);url=/s/Financials.asp;status=UFPFIC (US Shareholders);");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.asp;status=Contact Info;");
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;");
}


with (milonic = new menuname("news")) {
    style = menuStyle;
    left ="offset=10";
    aI("text=2011;url=/s/NewsReleases.asp?DateRange=2011/01/01...2011/12/31;status=2011;");
    aI("text=2010;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
    aI("text=2009;url=/s/NewsReleases.asp?DateRange=2009/01/01...2009/12/31;status=2009;");
    aI("text=2008;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008;");
    aI("text=2007;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007;");
}




drawMenus();
