_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="#814126";
oncolor="#FFFFFF";
offbgcolor="#6B331C";
offcolor="#FFFFFF";
pagebgcolor="#814126";
pagecolor="#FFFFFF";
bordercolor="#642F19";
borderstyle="solid";
borderwidth=1;
separatorcolor="#642F19";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Decoy")){
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;
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=Industry News;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Projects Overview;url=/s/Projects.asp;status=Projects Overview;");
aI("text=Little Chicago;url=/s/LittleChicago.asp;status=Little Chicago;");
aI("text=Sofia;url=/s/Sofia_SpearDraw.asp;status=Sofia;");
aI("text=Cougar Oil & Gas Canada Inc;url=http://www.cougarenergyinc.com;target=_blank;status=Cougar Oil & Gas Canada Inc;");
aI("text=Other Projects;url=/s/Other.asp;status=Other Projects;");
//aI("text=Oil & Gas Terminology;url=/s/Glossary.asp;status=Oil & Gas Terminology;");
//aI("text=Fort McMurray;url=/s/FtMcMurray.asp;status=Fort McMurray;");
//aI("text=Province/Granlea;url=/s/Province.asp;status=Province/Granlea;");
//aI("text=Photo Gallery;url=/s/PhotoGallery.asp?ReportID=161040;status=Photo Gallery;");
}

with(milonic=new menuname("alberta")){
style=menuStyle;
aI("text=Lucy;url=/s/Lucy.asp;status=Lucy;");
aI("text=CREEnergy Joint Venture;url=/s/CREEnergy.asp;status=CREEnergy Joint Venture;");
aI("text=Additional Projects;url=/s/AdditionalProjects.asp;status=Additional Projects;");
}

	with(milonic=new menuname("Photo")){
	style=menuStyle;
	aI("text=General;url=/s/PhotoGallery.asp?ReportID=161040;status=General;");
	aI("text=General;url=/s/PhotoGallery.asp?ReportID=161040;status=General;");
	aI("text=General;url=/s/PhotoGallery.asp?ReportID=161040;status=General;");
	}

with(milonic=new menuname("Investor")){
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();
