sniffBrowsers();

myTest = new menuBar('myTest', '103px', 'horizontal', '#000000', '#000000');
myTest.addLabel( null, 'About Us', 1, '103px', '#ffffff', '#ffffff', 'about.html', 'center');
myTest.addLabel( null, 'CESA Work', 2, '103px', '#ffffff', '#ffffff', 'work.html', 'center');
myTest.addLabel( null, 'Why Storage', 3, '103px', '#ffffff', '#ffffff', 'whystorage.html', 'center');
myTest.addLabel( null, 'Contact Us', 4, '103px', '#ffffff', '#ffffff', 'contact.html', 'center');
myTest.height = 21;

menus[1] = new menu( null, 'vertical', '#000000', '#000000');
menus[1].height = 20;
menus[1].addItem( null, 'Overview', null, null, '#868F9D', '#264186', 'about.html', 'left');
menus[1].addItem( null, 'Members', null, null, '#868F9D', '#264186', 'about-members.html', 'left');
menus[1].addItem( null, 'Leadership', null, null, '#868F9D', '#264186', 'about-leadership.html', 'left');
menus[1].addItem( null, 'Joining', null, null, '#868F9D', '#264186', 'about-membership.html', 'left');
menus[1].writeMenu();

menus[2] = new menu( null, 'vertical', '#000000', '#000000');
menus[2].height = 20;
menus[2].addItem( null, 'Policy Goals', null, null, '#868F9D', '#264186', 'work-goals.html', 'left');
menus[2].addItem( null, 'Near-term Focus Areas', null, null, '#868F9D', '#264186', 'work-focus.html', 'left');
menus[2].addItem( null, 'Presentations', null, null, '#868F9D', '#264186', 'work-presentations.html', 'left');
menus[2].addItem( null, 'CESA Filings', null, null, '#868F9D', '#264186', 'work-filings.html', 'left');
menus[2].addItem( null, 'Press Releases', null, null, '#868F9D', '#264186', 'work-press.html', 'left');
menus[2].writeMenu();

menus[3] = new menu( null, 'vertical', '#000000', '#000000');
menus[3].height = 20;
menus[3].addItem( null, 'The Need for Storage', null, null, '#868F9D', '#264186', 'whystorage.html', 'left');
menus[3].addItem( null, 'Storage Resources', null, null, '#868F9D', '#264186', 'whystorage-resources.html', 'left');
menus[3].writeMenu();

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

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