_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="#000000";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#9F7435";
bordercolor="#9F7435";
borderstyle="solid";
borderwidth=1;
separatorcolor="#9F7435";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#9F7435";
pagebgcolor="#000000";
headercolor="#9F7435";
headerbgcolor="#000000";
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")){
top="offset=1";
style=menuStyle;
aI("text=Corporate Strategy;url=/s/CorpStrategy.asp;status=Corporate Strategy;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Code of Ethics;url=/s/CodeofEthics.asp;status=Code of Ethics;");
}

with(milonic=new menuname("prj")){
top="offset=1";
style=menuStyle;
aI("text=North Louisiana/Cotton Valley Project;url=/s/CottonValley.asp;status=North Louisiana/Cotton Valley Project;");
aI("text=Cotton Valley Sand Play;url=/s/SandPlay.asp;status=Cotton Valley Sand Play;");
//aI("text=Economics;url=/s/Economics.asp;status=Economics;");
aI("text=About Louisiana;url=/s/AboutLA.asp;status=About Louisiana;");
//aI("text=Drilling Contractor;url=/s/DrillingContractor.asp;status=Drilling Contractor;");
}

with(milonic=new menuname("inv")){
top="offset=1";
style=menuStyle;
aI("text=Overview;url=/s/IR.asp;status=Overview;");
aI("text=Investor Brochure;url=/s/InvestorBrochure.asp;status=Investor Brochure;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
aI("text=Quote & Chart;url=/s/QuoteChart.asp;status=Quote & Chart;");
//aI("text=Filings;url=/s/Filings.asp;status=Filings;");
aI("text=Filings;url=http://www.sec.gov/cgi-bin/browse-edgar?company=Southern+Star+Energy+Inc.&CIK=&filenum=&State=&SIC=&owner=include&action=getcompany;target=blank;status=Filings;");
//aI("text=Press Articles;url=/s/PressArticles.asp;status=Press Articles;");
aI("text=Presentation;url=/s/Presentation.asp;status=Presentation;");
//aI("text=Corporate Governance;url=/s/CorpGovernance.asp;status=Corporate Governance;");
}

with(milonic=new menuname("contact")){
top="offset=1";
style=menuStyle;
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();