_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


with(AllImagesStyle=new mm_style()){
onbgcolor="";
oncolor="#333333";
offbgcolor="";
offcolor="#333333";
separatorcolor="#EFEFEF";
separatorsize="5";
borderwidth=0;
padding=0;
fontsize="11";
fontweight="bold";
fontfamily="verdana, Arial, helvetica";
pagecolor="#333333";
pagebgcolor="";
headercolor="#333333";
headerbgcolor="";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#eeeeee";
oncolor="#000000";
offbgcolor="#005D86";
offcolor="#ffffff";
bordercolor="#003E5C";
borderstyle="solid";
borderwidth=1;
separatorcolor="#003E5C";
separatorsize="1";
padding=4;
fontsize="11";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#eeeeee";
headercolor="#000000";
headerbgcolor="#eeeeee";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top=107;
left=15;
alwaysvisible=1;
orientation="vertical";
aI("text=&nbsp;&nbsp;&nbsp;Home;url=/s/Home.asp;status=Home;itemwidth=162;itemheight=25;bgimage=/i/common/menu-off-bg.gif;overbgimage=/i/common/menu-on-bg.gif;");
aI("text=&nbsp;&nbsp;&nbsp;Company;url=/s/Company.asp;status=Company;itemwidth=162;itemheight=25;bgimage=/i/common/menu-off-bg.gif;overbgimage=/i/common/menu-on-bg.gif;");
aI("text=&nbsp;&nbsp;&nbsp;Properties;url=/s/Properties.asp?ReportID=95628;status=Properties;itemwidth=162;itemheight=25;bgimage=/i/common/menu-off-bg.gif;overbgimage=/i/common/menu-on-bg.gif;");
aI("text=&nbsp;&nbsp;&nbsp;Stock Quote;url=/s/StockQuote.asp;status=Stock Quote;itemwidth=162;itemheight=25;bgimage=/i/common/menu-off-bg.gif;overbgimage=/i/common/menu-on-bg.gif;");
aI("text=&nbsp;&nbsp;&nbsp;Corporate Info;url=/s/CorporateInfo.asp;status=Corporate Info;itemwidth=162;itemheight=25;bgimage=/i/common/menu-off-bg.gif;overbgimage=/i/common/menu-on-bg.gif;");
aI("text=&nbsp;&nbsp;&nbsp;Financials;url=/s/Financials.asp;status=Financials;itemwidth=162;itemheight=25;bgimage=/i/common/menu-off-bg.gif;overbgimage=/i/common/menu-on-bg.gif;");

//aI("text=&nbsp;&nbsp;&nbsp;Research Reports;url=/s/ResearchReports.asp;status=Research Reports;itemwidth=162;itemheight=25;bgimage=/i/common/menu-off-bg.gif;overbgimage=/i/common/menu-on-bg.gif;");
aI("text=&nbsp;&nbsp;&nbsp;Presentations &<br>&nbsp;&nbsp;&nbsp;Coverage;url=/s/ResearchReports.asp;status=Research and<br>&nbsp;&nbsp;&nbsp;Industry Coverage;itemwidth=162;itemheight=25;bgimage=/i/common/menu-off-bg.gif;overbgimage=/i/common/menu-on-bg.gif;");


aI("text=&nbsp;&nbsp;&nbsp;Photos & Video;url=/s/Photos.asp;status=Photos & Video;itemwidth=162;itemheight=25;bgimage=/i/common/menu-off-bg.gif;overbgimage=/i/common/menu-on-bg.gif;");
aI("text=&nbsp;&nbsp;&nbsp;News;url=/s/News.asp;status=News;itemwidth=162;itemheight=25;bgimage=/i/common/menu-off-bg.gif;overbgimage=/i/common/menu-on-bg.gif;");


aI("text=&nbsp;&nbsp;&nbsp;Downloads;url=/s/Financials.asp;status=Downloads;itemwidth=162;itemheight=25;bgimage=/i/common/menu-off-bg.gif;overbgimage=/i/common/menu-on-bg.gif;");

aI("text=&nbsp;&nbsp;&nbsp;Contact;url=/s/ContactUs.asp;status=Contact;itemwidth=162;itemheight=25;bgimage=/i/common/menu-off-bg.gif;overbgimage=/i/common/menu-on-bg.gif;");
aI("text=&nbsp;&nbsp;&nbsp;QwikReport;url=/s/QwikReport.asp;status=QwikReport;itemwidth=162;itemheight=25;bgimage=/i/common/menu-off-bg.gif;overbgimage=/i/common/menu-on-bg.gif;");
}

with(milonic=new menuname("contact")){
left=174;
style=menuStyle;
aI("text=Request More Info;url=/s/InformationRequest.asp;status=Request More Info;itemwidth=140;");
aI("text=Send A Message;url=/s/SendMessage.asp;status=Send A Message;");
}

drawMenus();