


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#cccc66";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#515151";
bordercolor="#990000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#990000";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Arial,Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("aboutus")){
style=menuStyle;
overflow="scroll";
aI("text=C&ocirc;ng Ty;url=company_vn.htm;");
aI("text=Ho&#7841;t &#272;&#7897;ng;url=mission_vn.htm;");
aI("text=V&#259;n ph&ograve;ng tr&#7909; s&#7903;url=services_vn.htm;");
}

with(milonic=new menuname("tour")){
style=menuStyle;
aI("text=Inbound;url=H&T Travels.htm");
aI("text=Outbound;url=outbound_eng.htm;");
aI("text=Regulation;url=terms_eng.htm;");
}

with(milonic=new menuname("stopover")){
style=menuStyle;
aI("text=H&agrave; N&#7897;i;url=NN_HAN_00.htm;");
aI("text=Hu&#7871;;url=NN_HUE_01.htm;");
aI("text= &#272;&agrave; N&#7861;ng - H&#7897;i An;url=NN_DAD_02.htm;");
aI("text=Nha Trang;url=NN_NHA_03.htm;");
aI("text=&#272;&agrave; L&#7841;t;url=NN_DAL_04.htm;");
aI("text=Phan Thi&#7871;t;url=NN_PT_05.htm;");
aI("text=TP. H&#7891; Ch&iacute; Minh;url=NN_HCM_06.htm;");
}

with(milonic=new menuname("hotel")){
style=menuStyle;
aI("text=Hotel in Vietnam;url=hotelvn_vn.htm;");
aI("text=Check in;url=hotelvnregist_vn.htm;");
}


with(milonic=new menuname("info")){
style=menuStyle;
aI("text=Map of Viet nam;url=map_eng.htm;");
aI("text=Need to Know;url=info_eng.htm;");
}

with(milonic=new menuname("trading")){
style=menuStyle;
aI("text= Construction;url=construction_eng.htm;");
aI("text= Import&Export;url=import&export_eng.htm;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=My Company;url=company_eng.htm;");
aI("text=Contact&Registration online;url=offline_vn.php;");
}

drawMenus();


