sniffBrowsers();

myTest = new menuBar('myTest', '130px', 'horizontal', '#000000', '#000000');
myTest.addLabel( null, 'About Us', 1, '', '', '', '../about/about.html', 'center');
myTest.addLabel( null, 'Services', 2, '', '', '', '../services/services.html', 'center');
myTest.addLabel( null, 'Markets', 3, '', '', '', '../markets/markets.html', 'center');
myTest.addLabel( null, 'Insights', 4, '', '', '', '../insights/insights.html', 'center');
myTest.addLabel( null, 'Contact', 5, '', '', '', '../contact.html', 'center');
myTest.height = 21;

menus[1] = new menu( null, 'vertical', '#000000', '#000000');
menus[1].height = 20;
menus[1].addItem( null, 'Meet the Team', null, null, '#505a67', '#1B4B78', '../about/about_team.html', 'left');
menus[1].addItem( null, 'Who We Help', null, null, '#505a67', '#1B4B78', '../about/about_who.html', 'left');
menus[1].addItem( null, 'Our Values', null, null, '#505a67', '#1B4B78', '../about/about_values.html', 'left');
menus[1].addItem( null, 'About CESA', null, null, '#505a67', '#1B4B78', '../about/about_cesa.html', 'left');
menus[1].addItem( null, 'Careers', null, null, '#505a67', '#1B4B78', '../about/about_careers.html', 'left');
menus[1].writeMenu();

menus[2] = new menu( null, 'vertical', '#000000', '#000000');
menus[2].height = 20;
menus[2].addItem( null, 'Strategic Services', null, null, '#505a67', '#1B4B78', '../services/services_strategic.html', 'left');
menus[2].addItem( null, 'Functional Expertise', null, null, '#505a67', '#1B4B78', '../services/services_functional.html', 'left');
menus[2].writeMenu();

menus[3] = new menu( null, 'vertical', '#000000', '#000000');
menus[3].height = 20;
menus[3].addItem( null, 'Renewable Energy', null, null, '#505a67', '#1B4B78', '../markets/markets_renewable-energy.html', 'left');
menus[3].addItem( null, 'Energy Storage', null, null, '#505a67', '#1B4B78', '../markets/markets_energy-storage.html', 'left');
menus[3].addItem( null, 'Smart Grid', null, null, '#505a67', '#1B4B78', '../markets/markets_smart-grid.html', 'left');
menus[3].writeMenu();

menus[4] = new menu( null, 'vertical', '#000000', '#000000');
menus[4].height = 20;
menus[4].addItem( null, 'Presentations', null, null, '#505a67', '#1B4B78', '../insights/ins_presentations.html', 'left');
menus[4].addItem( null, 'Publications', null, null, '#505a67', '#1B4B78', '../insights/ins_publications.html', 'left');
menus[4].writeMenu();

menus[5] = new menu( null, 'vertical', '#000000', '#000000');
menus[5].height = 20;
menus[5].writeMenu();

menus[1].align='left';
menus[2].align='left';
menus[3].align='left';
menus[4].align='left';
menus[5].align='left';

