_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(AllImagesStyle=new mm_style()){
bordercolor="none";
borderstyle="none";
padding=0;
fontstyle="normal";
fontweight="normal";
}

with(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#3f3b37";
offbgcolor="transparent";
offcolor="#781b19";
bordercolor="#ffffff";
borderstyle="none";
borderwidth=0;
separatorcolor="#c8c0b6";
separatorsize="1";
separatorheight="29";
padding=7;
fontsize="13";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#3f3b37";
pagebgcolor="transparent";
headercolor="#3f3b37";
headerbgcolor="transparent";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#f2f0ee";
oncolor="#413e3a";
offbgcolor="#ffffff";
offcolor="#781b19";
bordercolor="#c8c0b6";
borderstyle="solid";
borderwidth=1;
separatorcolor="#c8c0b6";
separatorsize="1";
padding=4;
fontsize="12";
fontweight="normal";
fontfamily="Arial, helvetica";
pagecolor="#413e3a";
pagebgcolor="#f2f0ee";
headercolor="#413e3a";
headerbgcolor="#f2f0ee";
subimage="/i/common/arrow.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(milonic=new menuname("ir")){
style=menuStyle;
aI("text=Stock Quote & Chart;url=/s/StockInfo.asp;status=Stock Quote & Chart;");
aI("text=Corporate Presentation;url=/s/pres.asp;status=Corporate Presentation;");
aI("text=Investor Overview;url=/s/InvestorOverview.asp;status=Investor Overview;");
aI("text=SEC Filings;url=/s/FinancialStatements.asp;status=SEC Filings;");
aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=About Legend Media;url=/s/About.asp;status=About Legend Media;");
//aI("text=Vision;url=/s/Vision.asp;status=Vision;");
aI("text=Growth Strategy;url=/s/Growth.asp;status=Growth Strategy;");
aI("text=Radio Advertising;url=/s/Radio.asp;status=Radio Advertising;");
aI("text=Airline Magazine;url=/s/Magazine.asp;status=Airline Magazine;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Board of Directors;url=/s/Directors.asp;status=Board of Directors;");
aI("text=Advertisers;url=/s/Advertisers.asp;status=Advertisers;");
aI("text=Industry Overview;url=/s/IndustryOverview.asp;status=Industry Overview;");

}

   with(milonic=new menuname("mgmt")){
   style=menuStyle;
   aI("text=Management;url=/s/Management.asp;status=Management;");
   aI("text=Board of Directors;url=/s/Directors.asp;status=Board of Directors;");
   }

   with(milonic=new menuname("newsroom")){
   style=menuStyle;
   aI("text=News Releases;url=/s/NewsReleases.asp;status=News Releases;");
   aI("text=Related News;url=/s/RelatedNews.asp;status=Related News;");
   aI("text=Industry Research;url=/s/IndustryResearch.asp;status=Industry Research;");
   }

with(milonic=new menuname("contact")){
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();