﻿


_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=2               // 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(XPMainStyle=new mm_style()){
onbgcolor="#2D6DCF";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#2E6DCE";
bordercolor="#0274cf";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="2";
padding=3;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Tahoma,Helvetica,Verdana";
subimagepadding="0";
onborder="1px solid #F7F4A5";
offborder="1px solid #2E6DCE";
}


with(XPMenuStyle=new mm_style()){
onbgcolor="#2D6DCF";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#2E6DCE";
bordercolor="#0274cf";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="2";
padding=3;
fontsize="11px";
fontstyle="normal";
fontweight="bold";
fontfamily="Tahoma,Helvetica,Verdana";
subimagepadding="0";
onborder="1px solid #F7F4A5";
offborder="1px solid #2E6DCE";
}


with(milonic=new menuname("Main Menu")){
style=XPMainStyle;
alwaysvisible=1;
orientation="horizontal";
margin=4;
aI("text=&nbsp;Trang chủ;url=index.php;status=Về trang chủ");
aI("text=Giới thiệu;showmenu=Thongtin;url=index.php?quynhon_hotel=news&act=cat&id=1");
aI("text=Các dịch vụ;showmenu=Top10;url=index.php?quynhon_hotel=news&act=cat&id=3");
aI("text=Thông tin du lịch;url=index.php?quynhon_hotel=news&act=cat&id=5;");
aI("text=Trung tâm lữ hành;url=index.php?quynhon_hotel=news&act=cat&id=6;");
aI("text=Liên hệ;url=index.php?quynhon_hotel=contact;");
aI("text=Đổi sang Anh ngữ;url=index.php?language=en;");

}

with(milonic=new menuname("Thongtin")){
style=XPMainStyle;
margin=4;
aI("text=Giới thiệu khách sạn;url=index.php?quynhon_hotel=news&act=view&id=3;");
aI("text=Thông tin liên hệ;url=index.php?quynhon_hotel=news&act=view&id=1;");
aI("text=Đặt phòng trực tuyến;url=index.php?quynhon_hotel=booking;");

}

with(milonic=new menuname("Top10")){
style=XPMenuStyle;
margin=4;
aI("text=Phòng ngủ;url=index.php?quynhon_hotel=news&act=view&id=11;");
aI("text=Nhà hàng - Bar;url=index.php?quynhon_hotel=news&act=view&id=9;");
aI("text=Tiệc - Hội nghị;url=index.php?quynhon_hotel=news&act=view&id=8;");
aI("text=Tổ chức tiệc cưới;url=index.php?quynhon_hotel=news&act=view&id=10;");
aI("text=Cafe Wireless Internet;url=index.php?quynhon_hotel=news&act=view&id=5;");
aI("text=Các dịch vụ khác;url=index.php?quynhon_hotel=news&act=view&id=7;");
}


drawMenus();


