<!-- hide this script from non-javascript-enabled browsers

function fwLoadMenus() {

window.fw_menu_0 = new Menu("root",150,18,"Verdana, Arial, Helvetica, sans-serif","11","#232220","#D4A635","#9A876E","#090909");
fw_menu_0.addMenuItem("On-Line Reservations","location='https://www7.addr.com/~allante/en/reservation/index.html'");
fw_menu_0.addMenuItem("Corporate Account","location='../corporate/index.html'");
fw_menu_0.addMenuItem("Open an Account","location='https://www7.addr.com/~allante/en/account/index.html'");
fw_menu_0.addMenuItem("Airport Procedures","location='../airport/index.html'");
fw_menu_0.addMenuItem("Limo/Minibus Rates","location='../rates/index.html'");
fw_menu_0.addMenuItem("Corporate Fleet","location='../c_fleet/index.html'");

fw_menu_0.fontWeight="plain";
fw_menu_0.hideOnMouseOut=true;
fw_menu_0.childMenuIcon="../images/arrows.gif";
fw_menu_0.writeMenus(); 
} 


// stop hiding -->

