_menuCloseDelay=500;
_menuOpenDelay=1;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="solid";
borderwidth=0;
fontfamily="Times New Roman;";
fontsize=14;
fontweight="bold"
fontstyle="normal";
itemheight=10;
offcolor="#000000";
oncolor="#FFFFFF";
onbgcolor="";
offbgcolor="";
decoration='none';
ondecoration='none';
separatorcolor="#455F98";
separatorsize=0;
offclass="mmpadding";
onclass="mmpadding";
}

with(SubmenuStyle=new mm_style()){
fontfamily="Times New Roman;";
fontsize=13;
fontweight="bold"
fontstyle="normal";
itemheight=10; 
separatorsize=1;
separatorcolor="#000000";
borderwidth=1;
borderstyle="solid";
bordercolor="#000000";
offcolor="#D2D8E3";
offbgcolor="#344C80";
oncolor="#000000"; 
onbgcolor="#FFFFFF"; 
decoration='none';
ondecoration='none';
//image="images/arrow_r_brown.gif";
//overimage="images/arrow_r_orange.gif";
imagepadding=5;
align="left";
offclass="mmpadding_sub";
onclass="mmpadding_sub";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
orientation="horizontal";
alwaysvisible=1;
position="relative";

aI("showmenu=About Us;text=About Us;url=../aboutus/index.html;");
aI("showmenu=Corporate Travel;text=Corporate Travel;url=../corporate/index.html;");
aI("showmenu=Leisure Travel;text=Leisure Travel;url=../vacations/index.html;");
aI("showmenu=Information & Services;text=Information & Services;");
aI("showmenu=Associate Agents;text=Associate Agents;url=../associates/index.html;");
aI("showmenu=Contact Us;text=Contact Us;url=../contact/index.html;");
}

  	  	  	  	  	

with(milonic=new menuname("Information & Services")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
aI("showmenu=Links;text=Links;url=../info/index.html;");
aI("showmenu=Web Check Ins;text=Web Check In;url=../checkin/index.html;");
}

drawMenus();