sniffBrowsers();

menuHeadBullet = new bulletPoint("Images/Menu-off.gif","Images/sub_menu_on.gif");

AboutFoSC = new menuBar('AboutFoSC',750, 'horizontal', '#000000', '#000000');
AboutFoSC.addLabel('menuHeadBullet', '&nbsp;Accomplishments', 1, 150, '#55bb88', '#229955', '', 'left');
AboutFoSC.addLabel(null, '&nbsp;Stewards', 2, 150, '#55bb88', '#229955', 'Stewards.htm', 'center');
AboutFoSC.addLabel('menuHeadBullet', '&nbsp;Committees', 3, 150, '#55bb88', '#229955', 'Committees.htm', 'left');
AboutFoSC.addLabel(null, '&nbsp;News Articles', 4, 150, '#55bb88', '#229955', 'NewsArticles.htm', 'center');
AboutFoSC.addLabel(null, '&nbsp;Newsletters', 5, 150, '#55bb88', '#229955', 'NewsLetters.htm', 'center');
AboutFoSC.addLabel(null, '&nbsp;Our History', 6, 150, '#55bb88', '#229955', 'FOSCHistory.htm', 'center');
AboutFoSC.height = 14;

menus[1] = new menu(80, 'vertical', '#000000', '#000000');
menus[1].height = 16;
menus[1].addItem(null, '&nbsp;2001', null, 80, '#55bb88', '#229955', 'Accomplishments2001.htm', 'center');
menus[1].addItem(null, '&nbsp;2002', null, 80, '#55bb88', '#229955', 'Accomplishments2002.htm', 'center');
menus[1].addItem(null, '&nbsp;2003', null, 80, '#55bb88', '#229955', 'Accomplishments2003.htm', 'center');
menus[1].addItem(null, '&nbsp;2004', null, 80, '#55bb88', '#229955', 'Accomplishments2004.htm', 'center');
menus[1].addItem(null, '&nbsp;2005', null, 80, '#55bb88', '#229955', 'Accomplishments2005.htm', 'center');
menus[1].addItem(null, '&nbsp;2006', null, 80, '#55bb88', '#229955', 'Accomplishments2006.htm', 'center');
menus[1].addItem(null, '&nbsp;2007', null, 80, '#55bb88', '#229955', 'Accomplishments2007.htm', 'center');
menus[1].addItem(null, '&nbsp;2008', null, 80, '#55bb88', '#229955', 'Accomplishments2008.htm', 'center');
menus[1].addItem(null, '&nbsp;2009', null, 80, '#55bb88', '#229955', 'Accomplishments2009.htm', 'center');
menus[1].addItem(null, '&nbsp;2010', null, 80, '#55bb88', '#229955', 'Accomplishments2010.htm', 'center');
menus[1].addItem(null, '&nbsp;2011', null, 80, '#55bb88', '#229955', 'Accomplishments2011.htm', 'center');
menus[1].writeMenu();

menus[2] = new menu(150, 'vertical', '#000000', '#000000');
menus[2].height = 16;
menus[2].writeMenu();

menus[3] = new menu(150, 'vertical', '#000000', '#000000');
menus[3].height = 16;
menus[3].addItem(null, '&nbsp;Litter', null, 150, '#55bb88', '#229955', 'LitterCommittee.htm', 'center');
menus[3].addItem(null, '&nbsp;Natural History', null, 150, '#55bb88', '#229955', 'NatHistCommittee.htm', 'center');
menus[3].addItem(null, '&nbsp;Stormwater', null, 150, '#55bb88', '#229955', 'StormwaterCommittee.htm', 'center');
menus[3].addItem(null, '&nbsp;Water Quality', null, 150, '#55bb88', '#229955', 'WaterQualityCommittee.htm', 'center');
menus[3].writeMenu();

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

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

menus[6] = new menu(150, 'vertical', '#000000', '#000000');
menus[6].height = 16;
menus[6].writeMenu();

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

