var initX       = 245; // x-coordinate of top left corner of dropdown menu 
var initY       = 110; // y-coordinate of top left corner of dropdown menu 
var backColor   = '#F5AC4C'; // the background color of dropdown menu, set empty '' for transparent
var borderColor = '#2E5589'; // the color of dropdown menu border
var borderSize  = '1'; // the width of dropdown menu border
var itemHeight  = 20;
var xOverlap    = 5;
var yOverlap    = 10;

menuContent     = new Array ();

menuContent [0] = new Array ( -1, -1, 64, 195, -1, new Array (
));
menuContent [1] = new Array ( -1, -1, 98, 259, -1, new Array (
'RFID Pilot / Proof-of-Concept', 'Rfid_Pilot.htm',
'Mattress Industry', 'RFID_Mattress.htm',
'Inventory Management', 'AppInventory.htm',
'Field Service', 'AppFieldService.htm',
'Route Accounting', 'AppRouteAccounting.htm',
'Manufacturing', 'AppManufacturing.htm',
'Time and Labour Capture', 'AppTLC.htm',
'RFID Product Development', 'AppRFID.htm',
'Other', 'AppOther.htm'
));
menuContent [2] = new Array ( -1, -1, 80, 357, -1, new Array (
'News', 'News.htm',
'FAQ', 'FAQ.htm',
'Management Team', 'Management_Team.htm'
));
menuContent [3] = new Array ( -1, -1, 81, 437, -1, new Array (
'RFID Classification', 'RFID_Classification.htm',
'RFID Technical', 'RFIDTechnical.htm',
'RFID Standards', 'RFIDStandards.htm',
'RFID Resources', 'RFIDResources.htm',
'RFID in Museums', 'RFID_Museum.htm',
'RFID in Logistics', 'RFIDLogistics.htm',
'RFID in Asset Tracking', 'RFIDAssetTracking.htm',
'RFID in Document Tracking', 'RFIDDocumentTracking.htm',
'RFID in Access Control', 'RFIDAccessControl.htm',
'RFID in WIP Tracking', 'RFIDWIPTracking.htm',
'RFID in Waste Management', 'RFIDWasteManagement.htm'
));
menuContent [4] = new Array ( -1, -1, 105, 518, -1, new Array (
'RFID Waste Management', 'CaseStudy_Shredding.htm',
'RFID + voice + image', 'CaseStudy_Exchange2006.htm',
'Real-Time RFID', 'CaseStudy_RealTime.htm',
'RFID Track Assets', 'CaseStudy_Construction.htm',
'Marine Terminal', 'CaseStudy_FSD.htm'
));
menuContent [5] = new Array ( -1, -1, 77, 623, -1, new Array (
));
menuContent [6] = new Array ( -1, -1, 91, 700, -1, new Array (
'Contact Us', 'Contact.htm',
'Directions', 'Directions.htm'
));
