_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=&#32929;&#31080;&#25253;&#20215;;url=/cn/StockInfo.asp;status=Stock Quote & Chart;");
aI("text=&#25237;&#36164;&#32773;&#27010;&#20917;;url=/cn/InvestorOverview.asp;status=Investor Overview;");
aI("text=&#36130;&#25919;&#25253;&#21578;;url=/cn/FinancialStatements.asp;status=Financial Statements;");
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=&#20851;&#20110;Legend Media;url=/cn/About.asp;status=About Legend Media;");
aI("text=&#21069;&#26223;;url=/cn/Vision.asp;status=Vision;");
aI("text=&#31649;&#29702;;url=/cn/Management.asp;showmenu=mgmt;status=Management;");
aI("text=&#24191;&#21578;&#23458;&#25143;;url=/cn/Advertisers.asp;status=Advertisers;");
aI("text=&#34892;&#19994;&#27010;&#20917;;url=/cn/IndustryOverview.asp;status=Industry Overview;");
aI("text=&#26032;&#38395;&#31354;&#38388;;url=/cn/NewsReleases.asp;showmenu=newsroom;status=Newsroom;");
}

   with(milonic=new menuname("mgmt")){
   style=menuStyle;
   aI("text=&#31649;&#29702;;url=/cn/Management.asp;status=Management;");
   aI("text=&#33891;&#20107;&#20250;&#25104;&#21592;;url=/cn/Directors.asp;status=Board of Directors;");
   }

   with(milonic=new menuname("newsroom")){
   style=menuStyle;
   aI("text=&#26032;&#38395;&#31295;;url=/cn/NewsReleases.asp;status=News Releases;");
   aI("text=&#26032;&#38395;;url=/cn/RelatedNews.asp;status=Related News;");
   aI("text=&#34892;&#19994;&#35843;&#26597;;url=/cn/IndustryResearch.asp;status=Industry Research;");
   }

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Request More Info;url=/cn/InformationRequest.asp;status=Request More Info;");
aI("text=Send A Message;url=/cn/SendMessage.asp;status=Send A Message;");
}

drawMenus();