sniffBrowsers();

myTest = new menuBar('myTest', '130px', 'horizontal', '#000000', '#000000');
myTest.addLabel( null, 'Home', 1, '', '#215d93', '#1B4B78', 'index.htm', 'center');
myTest.addLabel( null, 'About Us', 2, '', '#215d93', '#1B4B78', 'about.htm', 'center');
myTest.addLabel( null, 'Our Work', 3, '', '#215d93', '#1B4B78', 'about.htm', 'center');
myTest.addLabel( null, 'Our Clients', 4, '', '#215d93', '#1B4B78', 'clients.htm', 'center');
myTest.addLabel( null, 'Contact Us', 5, '', '#215d93', '#1B4B78', 'contact.htm', 'center');
myTest.height = 21;

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

menus[2] = new menu( null, 'vertical', '#000000', '#000000');
menus[2].height = 20;
menus[2].addItem( null, 'Core Values', null, null, '#868F9D', '#1B4B78', 'values.htm', 'left');
menus[2].addItem( null, 'Our Team', 6, null, '#868F9D', '#1B4B78', 'team.htm', 'left');
menus[2].addItem( null, 'Careers', null, null, '#868F9D', '#1B4B78', 'careers.htm', 'left');
menus[2].writeMenu();

menus[3] = new menu( null, 'vertical', '#000000', '#000000');
menus[3].height = 20;
menus[3].addItem( null, 'How We Help Clients', null, null, '#868F9D', '#1B4B78', 'work_helpclients.htm', 'left');
menus[3].addItem( null, 'Our Expertise', null, null, '#868F9D', '#1B4B78', 'work.htm', 'left');
menus[3].addItem( null, 'StrateGen Perspectives', null, null, '#868F9D', '#1B4B78', 'work_perspectives.html', 'left');
menus[3].addItem( null, 'CESA', null, null, '#868F9D', '#1B4B78', 'work_cesa.html', 'left');
menus[3].writeMenu();

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

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

menus[6] = new menu( null, 'vertical', '#000000', '#000000');
menus[6].height = 20;
menus[6].addItem( null, 'Our Consultants', null, null, '#868F9D', '#1B4B78', 'team-consultants.htm', 'left');
menus[6].addItem( null, 'Our Advisors', null, null, '#868F9D', '#1B4B78', 'team-advisors.htm', 'left');
menus[6].addItem( null, 'Our Partners', null, null, '#868F9D', '#1B4B78', 'team-partners.htm', 'left');
menus[6].writeMenu();


menus[1].align='left';
menus[2].align='left';
menus[3].align='left';
menus[4].align='left';
menus[5].align='left';
menus[6].align='right';
menus[7].align='right';
menus[8].align='right';
menus[9].align='right';
