_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#E5E1E2";
offbgcolor="#E5E1E2";
oncolor="#F97238";
offcolor="#000000";
bordercolor="#F97238";
borderstyle="solid";
borderwidth=1;
separatorcolor="#F97238";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="Normal";
fontweight="Bold";
fontfamily="Verdana";
itemwidth="150";
itemheight="21";
align="Left";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("2")){
style=menuStyle;
aI("text=Tariff Information;url=dynamicdata/RateInfo.asp;status=Tariff Information;");
aI("text=Booking Information;url=dynamicdata/Booking.asp;status=Booking Information;");
}

with(sat=new menuname("4")){
style=menuStyle;
aI("text=How to Find US;url=dynamicdata/Howtofindus.asp;status=How to Find US;");
aI("text=OtherUsefulLinks;url=dynamicdata/OtherUsefulLinks.asp;status=OtherUsefulLinks;");
}

with(sat=new menuname("5")){
style=menuStyle;
aI("text=Sitemap;url=dynamicdata/Sitemap.asp;status=Sitemap;");
}

drawMenus();

