sniffBrowsers();

myTest = new menuBar('myTest', '103px', 'horizontal', '#000000', '#000000');
myTest.addLabel( null, 'Home', 1, '103px', '#ffffff', '#ffffff', 'index.html', 'center');
myTest.addLabel( null, 'Why Storage', 2, '103px', '#ffffff', '#ffffff', 'whystorage.html', 'center');
myTest.addLabel( null, 'CESA Work', 3, '103px', '#ffffff', '#ffffff', 'work.html', 'center');
myTest.addLabel( null, 'Members', 4, '103px', '#ffffff', '#ffffff', 'members.html', 'center');
myTest.addLabel( null, 'About Us', 5, '103px', '#ffffff', '#ffffff', 'about.html', 'center');
myTest.addLabel( null, 'Contact', 6, '103px', '#ffffff', '#ffffff', 'contact.html', '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].addItem( null, 'The Need for Storage', null, null, '#868F9D', '#264186', 'whystorage.html', 'left');
menus[2].addItem( null, 'Storage Resources', null, null, '#868F9D', '#264186', 'whystorage-resources.html', 'left');
menus[2].height = 20;
menus[2].writeMenu();

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

menus[4] = new menu( null, 'vertical', '#000000', '#000000');
menus[4].addItem( null, 'Steering Committee', null, null, '#868F9D', '#264186', 'members-steering.html', 'left');
menus[4].addItem( null, 'General Members', null, null, '#868F9D', '#264186', 'members-general.html', 'left');
menus[4].addItem( null, 'Friends of CESA', null, null, '#868F9D', '#264186', 'members-friends.html', 'left');
menus[4].addItem( null, 'How to Join', null, null, '#868F9D', '#264186', 'membership.html', 'left');
menus[4].height = 20;
menus[4].writeMenu();

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

menus[6] = new menu( null, 'vertical', '#000000', '#000000');
menus[6].height = 20;
menus[6].addItem( null, 'Contact Info', null, null, '#868F9D', '#264186', 'contact.html', 'left');
menus[6].addItem( null, 'Join CESA', null, null, '#868F9D', '#264186', 'membership.html', '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';

