_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="#EEEEEE";
oncolor="#1B7446";
offbgcolor="#EEEEEE";
offcolor="#000000";
pagebgcolor="#EEEEEE";
pagecolor="#1B7446";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#1B7446";
separatorsize="1";
padding=4;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#CDDDF1";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("corp")){
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=Overview;url=/s/CorporateInfo.asp;status=Overview;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Board of Directors;url=/s/Directors.asp;status=Board of Directors;");
aI("text=Corporate FAQ;url=/s/CorporateFAQ.asp;status=Corporate FAQ;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=2008 News Releases;url=/s/NewsReleases.asp?DateRange=2008/01/01...2008/12/31;status=2008 News Releases;");
aI("text=2007 News Releases;url=/s/NewsReleases.asp?DateRange=2007/01/01...2007/12/31;status=2007 News Releases;");
aI("text=2006 News Releases;url=/s/NewsReleases.asp?DateRange=2006/01/01...2006/12/31;status=2006 News Releases;");
aI("text=2005 News Releases;url=/s/NewsReleases.asp?DateRange=2005/01/01...2005/12/31;status=2005 News Releases;");
aI("text=Media Resources;url=/s/MediaResources.asp;status=Media Resources;");
aI("text=Photo Gallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("Operations")){
style=menuStyle;
aI("text=Exploration and Production;url=/s/ExplorationProduction.asp;status=Exploration and Production;");
aI("text=Contract Drilling Services;url=/s/ContractDrilling.asp;status=Contract Drilling Services;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Corporate Profile;url=/s/CorporateProfile.asp;status=Corporate Profile");
aI("text=Stock Quote and Chart;url=/s/StockInfo.asp;status=Stock Quote and Chart;");
aI("text=SEC Filings;url=/s/SEC.asp;status=SEC Filings;");
//aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Investor FAQ;url=/s/InvestorFAQ.asp;status=Investor FAQ");
aI("text=Email Alerts;url=/s/EmailAlerts.asp;status=Email Alerts");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.asp;status=Contact Info");
aI("text=Request Information;url=/s/InformationRequest.asp;status=Request Information;");
aI("text=Send Wentworth a Message;url=/s/SendMessage.asp;status=Send Wentworth a Message;");
}

drawMenus();