_menuCloseDelay=1500          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=500            // 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
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
onbgcolor="";
oncolor="#adf2c7";
offbgcolor="";
offcolor="#ffffff";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="ffffff";
separatorsize="1";
separatorpadding="18";
padding=4;
fontsize="13";
fontweight="normal";
fontfamily="Arial, Helvetica";
pagecolor="#adf2c7";
pagebgcolor="";
headercolor="#adf2c7";
headerbgcolor="";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
offbgcolor="#ffffff";
offcolor="#000000";
onbgcolor="#e6c16c";
oncolor="#333333";
pagebgcolor="#e6c16c";
pagecolor="#333333";
bordercolor="#866d54";
borderstyle="solid";
borderwidth=4;
separatorcolor="#866d54";
separatorsize="1";
padding=8;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#adf2c7";
subimage="";
subimagepadding="2";
overfilter="alpha(opacity=100)";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Corporate Overview;url=/s/CorporateInfo.asp;status=Corporate Overview;");
aI("text=Directors & Management;url=/s/Management.asp;status=Directors & Management;");
aI("text=Environmental Statement;url=/s/Environmental.asp;status=Environmental Statement;");
aI("text=Health & Safety;url=/s/Health.asp;status=Health & Safety;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Operations;url=/s/CougarEnergy.asp;status=Operations;");
aI("text=Trout Core Properties;url=/s/Trout_Core.asp;status=Trout Core Properties;showmenu=Trout;");
aI("text=Lucy;url=/s/Lucy.asp;status=Lucy;");
aI("text=First Nations Joint Ventures;url=/s/FirstNations.asp;status=First Nations Joint Venture;");
aI("text=Alexander;url=/s/Alexander.asp;status=Alexander;");
aI("text=Other Projects;url=/s/Other.asp;status=Other Projects;");
aI("text=Project Pictures;url=/s/ProjectPictures.asp;status=Project Pictures;");
aI("text=Engineering Reports;url=/s/EngReports.asp;status=Engineering Reports;");
}

    with(milonic=new menuname("Trout")){
    style=menuStyle;
    aI("text=Field Pictures;url=/s/Trout_Core.asp;status=Field Pictures;");
    aI("text=Project History;url=/s/Trout_Core.asp;status=Project History;");
    aI("text=Maps;url=/s/Trout_Core.asp;status=Maps;");
    }

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Corporate Information;url=/s/CorporateDirectory.asp;status=Corporate Information;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Presentations & Events;url=/s/Presentations.asp;status=Presentations & Events;");
aI("text=Forward Looking Statements;url=/s/Forward.asp;status=Forward Looking Statements;");
//aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
//aI("text=Reserve Reports;url=/s/ReserveReports.asp;status=Reserve Reports;");
//aI("text=Annual Meeting;url=/s/annualmeeting.asp;status=Annual Meeting;");
//aI("text=Analyst Coverage;url=/s/AnalystReports.asp;status=Analyst Coverage;");
}

with(milonic=new menuname("Governance")){
style=menuStyle;
aI("text=Overview;url=/s/CorpGovernance.asp;status=Overview;");
aI("text=Charters;url=/s/Charters.asp;status=Charters;");
aI("text=Insider Trading Policy;url=/s/InsiderTrading.asp;status=Insider Trading Policy;");
aI("text=Whistle Blower Policy;url=/s/WhistleBlower.asp;status=Whistle Blower Policy;");
//aI("text=Amex Corporate Governance;url=/s/Governance.asp;status=Amex Corporate Governance;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
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();
