var initX       = 0; // x-coordinate of top left corner of dropdown menu 
var initY       = 0; // y-coordinate of top left corner of dropdown menu 
var backColor   = '#FFFFCC'; // the background color of dropdown menu, set empty '' for transparent
var activeBackColor   = '#B6B5B5'; // the background color of selected menu items, set empty '' for transparent
var borderColor = ''; // the color of dropdown menu border
var borderSize  = '0'; // the width of dropdown menu border
var itemHeight  = 17;
var xOverlap    = 5;
var yOverlap    = 10;
menuContent     = new Array ();
menuContent [0] = new Array (
-1,
-1,
90,
-1,
88,
new Array (
'Home','http://www.business-travel.net/index.asp?pgid=1',''
,'About Us','http://www.business-travel.net/index.asp?pgid=2',''
,'Flight Search','http://www.business-travel.net/index.asp?pgid=3',''
,'Hotel Search','http://www.business-travel.net/index.asp?pgid=4',''
,'My Business Travel','http://www.business-travel.net/index.asp?pgid=5',''
,'Travel News','http://www.business-travel.net/index.asp?pgid=6',''
,'Travel Assistance','http://www.business-travel.net/index.asp?pgid=7',''
,'Our Services','http://www.business-travel.net/index.asp?pgid=8',''
,'Contact Us','http://www.business-travel.net/index.asp?pgid=9',''
,'user (davidwhiting@wsiwebenabled.com)','http://www.business-travel.net/index.asp?pgid=55',''
,'British Engines','http://www.business-travel.net/index.asp?pgid=84',''
,'Duco','http://www.business-travel.net/index.asp?pgid=89',''
));
menuContent [1] = new Array (
-1,
-1,
90,
-1,
88,
new Array (
'Travel News Flash','http://www.business-travel.net/index.asp?pgid=11',''
));
menuContent [2] = new Array (
-1,
-1,
90,
-1,
88,
new Array (
'Meet the Team','http://www.business-travel.net/index.asp?pgid=12',''
,'Quality Service','http://www.business-travel.net/index.asp?pgid=14',''
,'Accreditations','http://www.business-travel.net/index.asp?pgid=15',''
,'Tendering','http://www.business-travel.net/index.asp?pgid=16',''
,'Our Philosophy','http://www.business-travel.net/index.asp?pgid=17',''
,'Testimonials','http://www.business-travel.net/index.asp?pgid=39',''
));
menuContent [3] = new Array (
-1,
-1,
90,
-1,
88,
new Array (
));
menuContent [4] = new Array (
-1,
-1,
90,
-1,
88,
new Array (
));
menuContent [5] = new Array (
-1,
-1,
90,
-1,
88,
new Array (
'Travel Reports','http://www.business-travel.net/index.asp?pgid=60',''
));
menuContent [6] = new Array (
-1,
-1,
90,
-1,
88,
new Array (
'NEWS ARCHIVE','http://www.business-travel.net/index.asp?pgid=92',''
,'Newsletter','http://www.business-travel.net/index.asp?pgid=96',''
,'News #14','http://www.business-travel.net/index.asp?pgid=98',''
));
menuContent [7] = new Array (
-1,
-1,
90,
-1,
88,
new Array (
'Your Itinerary','http://www.business-travel.net/index.asp?pgid=59',''
,'Visa Services','http://www.business-travel.net/index.asp?pgid=61',''
));
menuContent [8] = new Array (
-1,
-1,
90,
-1,
88,
new Array (
'Air Travel','http://www.business-travel.net/index.asp?pgid=28',''
,'Rail Travel','http://www.business-travel.net/index.asp?pgid=29',''
,'Car Hire','http://www.business-travel.net/index.asp?pgid=30',''
,'Hotels','http://www.business-travel.net/index.asp?pgid=31',''
,'Visa/Passports','http://www.business-travel.net/index.asp?pgid=32',''
,'Ferries','http://www.business-travel.net/index.asp?pgid=33',''
,'Currency','http://www.business-travel.net/index.asp?pgid=34',''
,'Aircraft Charter','http://www.business-travel.net/index.asp?pgid=90',''
,'Holiday offers','http://www.business-travel.net/index.asp?pgid=95',''
));
menuContent [9] = new Array (
-1,
-1,
90,
-1,
88,
new Array (
));