_menuCloseDelay=1200          // The time delay for menus to remain visible on mouse out
_menuOpenDelay=250            // 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
fixMozillaZIndex=true

with(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
offbgcolor="#003f5f";
offcolor="#ffffff";
onbgcolor="#003f5f";
oncolor="#0ea7e0";
pagebgcolor="#003f5f";
pagecolor="#0ea7e0";
bordercolor="#33657f";
borderstyle="solid";
borderwidth="1";
separatorcolor="#33657f";
separatorsize="1";
padding="14";
fontsize="11";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, helvetica";
headercolor="#0ea7e0";
headerbgcolor="#003f5f";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Board of Directors;url=/s/Board.asp;status=Board of Directors;");
aI("text=Management;url=/s/Management.asp;status=Management;");
}


with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Information;url=/s/StockInfo.asp;status=Stock Information;");
aI("text=Financials;url=/s/FinancialInformation.asp;status=Financials;");
aI("text=Presentations;url=/s/Presentations.asp;status=Presentations;");
aI("text=Analyst Coverage;url=/s/AnalystCoverage.asp;status=Analyst Coverage;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Falea Project ;url=/s/Falea.asp;status=Falea Project;");
aI("text=Photo Gallery ;url=/s/PhotoGallery.asp;status=Photo Gallery;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=2011 Releases;url=/s/NewsReleases.asp?DateRange=2011/01/01...2011/12/31;status=2011;");
aI("text=2010 Releases;url=/s/NewsReleases.asp?DateRange=2010/01/01...2010/12/31;status=2010;");
}

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();
