_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(menuStyle=new mm_style()){
onbgcolor="#0a80a8";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#0a80a8";
bordercolor="#e1eaf3";
borderstyle="solid";
borderwidth=1;
separatorcolor="#e1eaf3";
separatorsize="1";
padding=4;
fontsize="11";
fontstyle="bold";
fontfamily="Arial, helvetica";
pagecolor="#ffffff";
pagebgcolor="#0a80a8";
headercolor="#ffffff";
headerbgcolor="#0a80a8";
subimage="";
subimagepadding="2";
overfilter="";
outfilter="";
}



with(milonic=new menuname("Corporate")){
style=menuStyle;
aI("text=Corporate Vision;url=/s/Corporate.asp;status=Corporate Vision;");
aI("text=Board of Directors;url=/s/Directors.asp;status=Board of Directors;");
aI("text=Officers;url=/s/Officers.asp;status=Officers;");
//aI("text=Corporate Directory;url=/s/CorporateDirectory.asp;status=Corporate Directory;");
aI("text=Fact Sheet;url=/s/FactSheet.asp;status=Fact Sheet;");
}

with(milonic=new menuname("Projects")){
style=menuStyle;
aI("text=Fruso Property;url=/s/Fruso.asp;status=Fruso Property;");
}

with(milonic=new menuname("Investors")){
style=menuStyle;
aI("text=Stock Info;url=/s/StockInfo.asp;status=Stock Info;");
aI("text=Share Structure;url=/s/ShareStructure.asp;status=Share Structure;");
aI("text=Related Articles;url=/s/RelatedArticles.asp;status=Related Articles;");
aI("text=Financial Statements;url=/s/FinancialStatements.asp;status=Financial Statements;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Info;url=/s/ContactUs.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();