_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="#adf2c7";
oncolor="#333333";
pagebgcolor="#adf2c7";
pagecolor="#333333";
bordercolor="#346252";
borderstyle="solid";
borderwidth=1;
separatorcolor="#346252";
separatorsize="1";
padding=4;
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=Directors & Management;url=/s/Management.asp;status=Directors & Management;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Governance;url=/s/Governance.asp;status=Governance;");
aI("text=Community Support;url=/s/CommunitySupport.asp;status=Community Support;");
aI("text=Memberships;url=/s/Memberships.asp;status=Memberships;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=News;url=/s/NewsReleases.asp;status=News;");
aI("text=Media Highlights;url=/s/MediaHighlights.asp;status=Media Highlights;");
aI("text=Conferences;url=/s/Conferences.asp;status=Conferences;");
aI("text=Industry News;url=/s/Industry_News.asp;status=Inudstry News;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Cougar Energy Inc.;url=/s/CougarEnergy.asp;status=Cougar Energy Inc.;");
aI("text=Trout Core Properties;url=/s/Trout_Core.asp;status=Trout Core Properties;");
aI("text=CREEngery Joint Ventures;url=/s/CREEnergy.asp;status=CREEngery Joint Venture;");
aI("text=Lucy;url=/s/Lucy.asp;status=Lucy;");
aI("text=Other Projects;url=/s/Other.asp;status=Other Projects;");
}


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=Analyst Coverage;url=/s/AnalystReports.asp;status=Analyst Coverage;");
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;");
}

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();