_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="#354346";
oncolor="#ffffff";
offbgcolor="#717c80";
offcolor="#ffffff";
bordercolor="#717c80";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, verdana";
pagecolor="#ffffff";
pagebgcolor="#354346";
headercolor="#ffffff";
headerbgcolor="#354346";
subimage="";
subimagepadding="2";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
itemwidth="114"
}

with(milonic=new menuname("corp")){
style=menuStyle;
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Management Team;url=/s/Management.asp;status=Management Team;");
}

with(milonic=new menuname("prj")){
style=menuStyle;
aI("text=Overview;url=/s/Projects.asp;status=Overview;");
aI("text=Barnett Shale;url=/s/BarnettShale.asp;status=Barnett Shale;");
aI("text=University Lands;url=/s/UniversityLands.asp;status=University Lands;");
aI("text=PhotoGallery;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("inv")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Financials;url=http://www.sec.gov/cgi-bin/browse-edgar?company=Exterra+Energy+Inc.&CIK=&filenum=&State=&SIC=&owner=include&action=getcompany;target=blank;status=Financials;");
aI("text=Regulatory Filings;url=http://www.sec.gov/cgi-bin/browse-edgar?company=Exterra+Energy+Inc.&CIK=&filenum=&State=&SIC=&owner=include&action=getcompany;target=blank;status=Regulatory Filings;");
}

with(milonic=new menuname("news")){
style=menuStyle;
aI("text=Current News;url=/s/NewsReleases.asp?DateRange=1/1/2007...12/31/2009;status=Current News;");
aI("text=Archives;url=/s/NewsReleases.asp;status=Archives;");
}

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 Us A Message;url=/s/SendAMessage.asp;status=Send Us A Message;");
}

drawMenus();
