_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()){
onbgcolor="#cccccc";
oncolor="#000000";
offbgcolor="#cccccc";
offcolor="#666666";
bordercolor="";
borderstyle="none";
borderwidth=0;
separatorcolor="#999999";
separatorsize="1";
padding=1;
fontsize="11";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#cccccc";
headercolor="#000000";
headerbgcolor="#cccccc";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#666666";
offbgcolor="#cccccc";
offcolor="#666666";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=4;
fontsize="11";
fontweight="bold";
fontfamily="Arial, helvetica";
pagecolor="#000000";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}


with(milonic=new menuname("Main Menu")){
style=AllImagesStyle;
top=122;
left=20;
alwaysvisible=1;
orientation="horizontal";
aI("text=Corporate Info&nbsp;&nbsp;;url=/s/CorporateData.asp;showmenu=corp;status=Corporate Info;");
aI("text=&nbsp;&nbsp;Properties&nbsp;&nbsp;;url=/s/Properties.asp;status=Properties;");
aI("text=&nbsp;&nbsp;Financial Info&nbsp;&nbsp;;url=/s/StockQuote.asp;showmenu=inv;status=Financial Info;");
aI("text=&nbsp;&nbsp;News Releases&nbsp;&nbsp;;url=/s/News.asp;status=News Releases;");
aI("text=&nbsp;&nbsp;Contact Us&nbsp;&nbsp;;url=/s/ContactUs.asp;status=Contact Us;");
// aI("text=&nbsp;&nbsp;Industry News&nbsp;&nbsp;;showmenu=ind;status=Industry News;");
aI("text=&nbsp;&nbsp;Home;url=/s/Home.asp;status=Home;");
}

with(milonic=new menuname("corp")){
top=140;
style=menuStyle;
//aI("text=Overview;url=/s/Overview.asp;status=Overview;");
aI("text=Management;url=/s/Management.asp;status=Management;");
aI("text=Corporate Data;url=/s/CorporateData.asp;status=Corporate Data;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
}

with(milonic=new menuname("prop")){
top=140;
style=menuStyle;
aI("text=Introduction;url=/s/Introduction.asp;status=Introduction;");
}

with(milonic=new menuname("inv")){
top=140;
style=menuStyle;
aI("text=Stock Quote;url=/s/StockQuote.asp;status=Stock Quote;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");

}

with(milonic=new menuname("ind")){
top=140;
style=menuStyle;
aI("text=General Interest;url=/s/GeneralInterest.asp;status=General Interest;");
aI("text=Century Specific;url=/s/CenturySpecific.asp;status=Century Specific;");

}

drawMenus();