


_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=40                // Follow scrolling Rate
_subOffsetTop=10              // 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(menuStyle=new mm_style()){
onbgcolor="#0033FF";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#0033FF";
bordercolor="#52608A";
borderstyle="solid";
borderwidth=1;
separatorcolor="#52608A";
separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#ffffcc";
pagebgcolor="#0033FF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.4);";
}


with(milonic=new menuname("about")){
style=menuStyle;
top=150;
left=92;
aI("text=Giới thiệu tổng quan;url=gioithieu.asp;");
aI("text=Lịch sử phát triển;url=history.asp;");
aI("text=Sơ đồ tổ chức ;url=organisation.asp;");
aI("text=Sơ đồ cảng;url=port_layout.asp;");
aI("text=Trang thiết bị;url=port_facility.asp;");
aI("text=Lợi ích kinh tế;url=economic_benefit.asp");
aI("text=Kế hoạch phát triển;url=port_development.asp");
}

with(milonic=new menuname("services")){
style=menuStyle;
top=150;
left=188;
aI("text=Công nghệ Midstream;url=vessel_handling.asp;");
aI("text=Cảng nhận hàng;url=cargo_acceptance.asp;");
aI("text=Bãi Container;url=cy.asp;");
aI("text=Bãi container rỗng;url=container_depot.asp");
aI("text=Vận chuyển đường bộ;url=truck_door_delivery.asp");
aI("text=Hàng lạnh;url=refeeer_business.asp");
aI("text=Kho bãi;url=ware_housing.asp");
aI("text=Xưởng sửa chữa;url=mechanical_workshop.asp");
aI("text=Hàng Dự Án;url=prj_cargo.asp");
//aI("text=Logistics;url=logistics_business.asp");
}
with(milonic=new menuname("support")){
style=menuStyle;
top=150;
left=247;
aI("text=Tài liệu pháp lý;url=legal_documents.asp;");
aI("text=Bảng giá dịch vụ;url=tariff.asp;");
aI("text=Giải đáp;url=faq.asp;");
aI("text=Liên hệ;url=contact_us.asp;");
}

with(milonic=new menuname("news")){
style=menuStyle;
top=150;
left=383;
aI("text=Tin tức - Sự kiện;url=latest_news.asp;");
aI("text=Thư viện ảnh;url=photo_gallery.asp;");
aI("text=Ðăng ký<br>nhận bản tin;url=signup_newsletter.asp;");
}

with(milonic=new menuname("careers")){
style=menuStyle;
top=150;
left=437;
aI("text=Cơ hội việc làm;url=job_oppoturnity.asp;");
//aI("text=Mẫu đơn xin việc;url=application_form.asp;");
//aI("text=Bulletin;url=bulletin.asp;");
}

drawMenus();

