sniffBrowsers();

myTest = new menuBar('myTest', null, 'vertical', '#000000', '#000000');
myTest.addLabel( null, 'OUR FIRM', 1, null, '#4D6F94', '#4D6F94', 'ourfirm.htm', 'right');
myTest.addLabel( null, 'PRACTICE AREAS', 2, null, '#4D6F94', '#4D6F94', 'practice.htm', 'right');
myTest.addLabel( null, 'OUR PEOPLE', 3, null, '#4D6F94', '#4D6F94', 'people.htm', 'right');
myTest.addLabel( null, 'CONTACT US', 4, null, '#4D6F94', '#4D6F94', 'contact.htm', 'right');
myTest.height = 20;

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, 'Litigation Support', null, null, '#666666', '#800000', 'practice-lit.htm', 'left');
menus[2].addItem( null, 'Due Diligence & Business Intelligence', null, null, '#666666', '#800000', 'practice-due.htm', 'left');
menus[2].addItem( null, 'Fraud and Employment Investigations', null, null, '#666666', '#800000', 'practice-corp.htm', 'left');
menus[2].addItem( null, 'Computer Forensics', null, null, '#666666', '#800000', 'practice-com.htm', 'left');
menus[2].addItem( null, 'Intellectual Property Investigations', null, null, '#666666', '#800000', 'practice-int.htm', 'left');
menus[2].addItem( null, 'Forensic Accounting', null, null, '#666666', '#800000', 'practice-for.htm', 'left');
menus[2].writeMenu();

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

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

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

