_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
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#D6F2FF";
offcolor="#000000";
onbgcolor="#f0f0f0";
oncolor="#000000";
pagebgcolor="#f0f0f0";
pagecolor="#000000";
bordercolor="#00703e";
borderstyle="solid";
borderwidth=1;
separatorcolor="#00703e";
separatorsize="1";
padding=5;
fontsize="12";
fontstyle="bold";
fontfamily="Arial, helvetica";
headercolor="#000000";
headerbgcolor="#f0f0f0";
subimage="";
subimagepadding="2";
overfilter="alpha(opacity=90)";
outfilter="";
horizontalMenuDelay = true;
_menuCloseDelay=1500;
_menuOpenDelay=500;
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Company Profile;url=/s/Corporate.asp;status=Company Profile;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Directors;url=/s/Directors.asp;status=Directors;");
aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Investor Overview;url=/s/Investors.asp;status=Investor Overview;");
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Financial Reports & Filings;url=/s/FinancialStatements.asp;status=Financial Reports & Filings;");
aI("text=Presentation & Fact Sheet;url=/s/Presentations.asp;status=Presentation & Fact Sheet;");
aI("text=Analyst Coverage;url=/s/Analyst_Coverage.asp;status=Analyst Coverage;");
aI("text=QwikReport;url=/s/QwikReport.asp;status=QwikReport;");
}

with(milonic=new menuname("Operations")){
style=menuStyle;
aI("text=Operations Overview;url=/s/Operations.asp;status=Operations Overview;");
aI("text=Wyoming;url=/s/Wyoming.asp;status=Wyoming;");
aI("text=California;url=/s/California.asp;status=California;");
aI("text=Gulf Coast;url=/s/GulfCoast.asp;status=Gulf Coast;");
aI("text=Technology;url=/s/Technology.asp;status=Technology;");
aI("text=Photo Gallery;url=/s/Photo_Gallery.asp?ReportID=386471;status=Photo Gallery;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/Contact.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();