_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 Netscape 4.x


with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#161615";
oncolor="#FFFFFF";
offbgcolor="FFFFFF";
offcolor="#161615";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#FFFFFF";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#FFFFFF";
pagebgcolor="#161615";
headercolor="#FFFFFF";
headerbgcolor="#161615";
subimage="";
subimagepadding="2";
overfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Forward', duration=0.3)";
outfilter="GradientWipe(WipeStyle=1, size=1.00, motion='Reverse', duration=0.3)";
}

with(milonic=new menuname("Corp")){
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Financial Statement;url=/s/FinancialStatements.asp;status=Financial Statements;");
aI("text=Share/Corporate History;url=/s/ShareCorpHistory.asp;status=Share/Corporate History;");
aI("text=Equity Financings;url=/s/EquityFinancings.asp;status=Equity Financings;");
}


with(milonic=new menuname("Prj")){
style=menuStyle;
aI("text=Overview;url=/s/Projects.asp;;status=Overview;");
aI("text=Marsh Island Project;url=/s/MarshIsland.asp;;status=Marsh Island Project;");
aI("text=Gulf of Mexico Projects;url=/s/GulfofMexico.asp;;status=Gulf of Mexico Projects;");
aI("text=Reserves;url=/s/Reserves.asp;;status=Reserves;");
}


with(milonic=new menuname("Inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Capital;url=/s/ShareCapital.asp;status=Share Capital;");
aI("text=Financial Calendar;url=/s/FinancialCalendar.asp;status=Financial Calendar;");
aI("text=Links;url=/s/Links.asp;status=Links;");
aI("text=Fact Sheet;url=/s/FactSheet.asp;status=Fact Sheet;");
aI("text=Corporate Presentation;url=/s/Presentation.asp;status=Corporate Presentation;");
aI("text=Disclaimer;url=/s/Disclaimer.asp;status=Disclaimer;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.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;");
}

drawMenus();