


_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()){

oncolor="#FFCC00";
offcolor="#ffffff";
fontsize="10";
fontweight="";
fontfamily="Verdana, Tahoma";
//image="images/sep.gif";
//imagepadding=6;

}


with(menuStyle=new mm_style()){

offbgcolor="#5871B3";
offcolor="#ffffff";
onbgcolor="#e9ecee";
oncolor="#5871B3";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
separatorcolor="#758CC9";
separatorsize="1";
padding=4;
fontsize="11";
fontweight="";
fontfamily="Arial, Tahoma";
pagecolor="#ffcc00";
pagebgcolor="#5871B3";
headercolor="#ffffff";
headerbgcolor="#5871B3";
subimage="images/arrow.gif";
subimagepadding="2";
outfilter="fade(duration=0.5);Shadow(color=aaaaaa,Direction=115,Strength=4)"
overfilter="Blinds( Bands=1,direction=down, duration=0.3);Shadow(color=aaaaaa,Direction=115,Strength=4)";


}




// Corporation
with(milonic=new menuname("corp")){
style=menuStyle;
margin=5;
itemwidth="120";
aI("text=about us;url=about.aspx;");
aI("text=history;url=history.aspx;");
aI("text=organization chart;url=organization_chart.aspx;");
aI("text=corporate charter;url=corporate_charter.aspx;");
aI("text=offices;url=offices.aspx;");
aI("text=photo gallery;url=photogallery.aspx;");
}

// Business
with(milonic=new menuname("biz")){
style=menuStyle;
margin=5;
itemwidth="120";
aI("text=port;url=port.aspx;");
aI("text=transport;url=transport.aspx;");
aI("text=logistics;url=logistics.aspx;");
aI("text=agencies;url=agencies.aspx;");
aI("text=real estate;url=realestate.aspx;");
aI("text=projects;url=listprojects.aspx;");
}

// IR
with(milonic=new menuname("invest")){
style=menuStyle;
margin=5;
itemwidth="120";
aI("text=financial report ;url=financial_report.aspx;");
aI("text=announcements;url=investorrel.aspx;");

}
// Customer Support
with(milonic=new menuname("support")){
style=menuStyle;
margin=5;
itemwidth="120";
aI("text=legal documents;url=legal_document.aspx;");
aI("text=frequently asked questions;url=faq.aspx;");

}
drawMenus();