with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=155;
left=200;
alwaysvisible=1;
menualign="center";
menuwidth="100%";
orientation="horizontal";
position="relative";

aI("text=Home;url=index.htm;status=Back To Home Page;");
aI("text=Vietnam Tours;showmenu=Vietnam Tours;");
aI("text=Multi Country Tours;showmenu=Indochina multi Country Tours;");
aI("text=Borneo Tours;showmenu=Borneo Tours;");
aI("text=Travel Info;showmenu=Travel Info;");
aI("text=About Us;showmenu=About Us;");
aI("text=How to Book;showmenu=How to Book;");
}
drawMenus();