﻿


_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=giới thiệu;url=about.aspx;");
aI("text=lịch sử hình thành;url=history.aspx;");
aI("text=sơ đồ tổ chức;url=organization_chart.aspx;");
aI("text=điều lệ;url=corporate_charter.aspx;");
aI("text=địa chỉ văn phòng;url=offices.aspx;");
aI("text=thư viện hình ảnh;url=photogallery.aspx;");
}

// Business
with(milonic=new menuname("biz")){
style=menuStyle;
margin=5;
itemwidth="120";
aI("text=cảng;url=port.aspx;");
aI("text=vận tải;url=transport.aspx;");
aI("text=logistics;url=logistics.aspx;");
aI("text=đại lý;url=agencies.aspx;");
aI("text=bất động sản;url=realestate.aspx;");
aI("text=các dự án;url=listprojects.aspx;");
}

// IR
with(milonic=new menuname("invest")){
style=menuStyle;
margin=5;
itemwidth="120";
aI("text=báo cáo tài chính ;url=financial_report.aspx;");
aI("text=thông báo;url=investorrel.aspx;");

}
// Customer Support
with(milonic=new menuname("support")){
style=menuStyle;
margin=5;
itemwidth="120";
aI("text=văn bản pháp luật;url=legal_document.aspx;");
aI("text=hỏi và đáp;url=faq.aspx;");

}
drawMenus();