


_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 Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#A3C6DA";
offbgcolor="#ffffff";
offcolor="#39577D";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize="1";
padding=3;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="black";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="0";
}

with(drop=new mm_style()){
alwaysvisible=1;
onbgcolor="#D1E2EC";
oncolor="#39577D";
offbgcolor="#A3C6DA";
offcolor="#f2edd0";
bordercolor="#39577D";
borderstyle="solid";
borderwidth=1;
separatorcolor="#39577D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="black";
pagebgcolor="#E0E0E0";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="graphics/arrow.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=10, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Corporate")){
style=drop;
overflow="scroll";
aI("text=overview;url=corporate.asp;");
aI("text=officers;url=officers.asp;");
aI("text=governance;url=governance.asp;");
}

with(milonic=new menuname("Investor")){
style=drop;
overflow="scroll";
aI("text=corporate presentation;url=pdf/TransEnergyPresentation2008.pdf;target=_blank");
aI("text=corporate info;url=corporateinfo.asp;");
aI("text=news releases;url=news.asp;");
aI("text=stock quote;url=quote.asp;");
aI("text=information request;url=inforequest.asp;");
aI("text=SEC filings;url=sec.asp");
aI("text=forward looking statements;url=forward.asp");
}

drawMenus();

