sniffBrowsers();

menuItemBullet = new bulletPoint("bullets/one/menu_off.gif","bullets/one/menu_on.gif");
labelBullet = new bulletPoint("bullets/one/header_off.gif","bullets/one/header_on.gif");
subMenuBullet = new bulletPoint("bullets/one/sub_header_off.gif","bullets/one/sub_header_on.gif");

myTest = new menuBar('myTest', 2000, 'horizontal', '#2B54B3', '#2B54B3');
myTest.addLabel(null, '', null, 5, '#2B54B3', '#2B54B3', null, 'left');
myTest.addLabel(null, 'Home', null, 200, '#2B54B3', '#2B54B3', 'http://www.bayviewfoundation.org/index.html', 'left');
myTest.addLabel(null, 'About Bayview', 1, 350, '#2B54B3', '#2B54B3', 'http://www.bayviewfoundation.org/aboutbayview/mission.html', 'left');
myTest.addLabel(null, 'Programs and Services  ', 2, 500, '#2B54B3', '#2B54B3', 'http://www.bayviewfoundation.org/programsandservices/afterschoolprogram.html', 'left');
myTest.addLabel(null, 'Support', 3, 250, '#2B54B3', '#2B54B3', 'http://www.bayviewfoundation.org/support/support.html', 'left');
myTest.addLabel(null, '', null, 5, '#2B54B3', '#2B54B3', null, 'left');
myTest.height = 14;

menus[1] = new menu(125, 'vertical', '#2B54B3', '#2B54B3');
menus[1].height = 16;
menus[1].addItem(null, 'Mission', null, 125, '#2B54B3', '#2B54B3', 'http://www.bayviewfoundation.org/aboutbayview/mission.html', 'left');
menus[1].addItem(null, 'Art', null, 125, '#2B54B3', '#2B54B3', 'http://www.bayviewfoundation.org/aboutbayview/art.html', 'left');
menus[1].addItem(null, 'Board', null, 125, '#2B54B3', '#2B54B3', 'http://www.bayviewfoundation.org/aboutbayview/board.html', 'left');
menus[1].addItem(null, 'Community Center', null, 125, '#2B54B3', '#2B54B3', 'http://www.bayviewfoundation.org/aboutbayview/communitycenter.html', 'left');
menus[1].addItem(null, 'Center Staff', null, 125, '#2B54B3', '#2B54B3', 'http://www.bayviewfoundation.org/aboutbayview/centerstaff.html', 'left');
menus[1].addItem(null, 'Contact', null, 125, '#2B54B3', '#2B54B3', 'http://www.bayviewfoundation.org/aboutbayview/contact.html', 'left');
menus[1].addItem(null, 'The Foundation', null, 125, '#2B54B3', '#2B54B3', 'http://www.bayviewfoundation.org/aboutbayview/thefoundation.html', 'left');
menus[1].writeMenu();

menus[2] = new menu(180, 'vertical', '#2B54B3', '#2B54B3');
menus[2].height = 16;
menus[2].addItem(null, 'After School Program', null, 180, '#2B54B3', '#2B54B3', 'http://www.bayviewfoundation.org/programsandservices/afterschoolprogram.html', 'left');
menus[2].addItem(null, 'Artsbridge', null, 180, '#2B54B3', '#2B54B3', 'http://www.bayviewfoundation.org/programsandservices/artsbridge.html', 'left');
menus[2].addItem(null, 'Ethnic Fest', null, 180, '#2B54B3', '#2B54B3', 'http://www.bayviewfoundation.org/programsandservices/ethnicfest.html', 'left');
menus[2].addItem(null, 'Housing', null, 180, '#2B54B3', '#2B54B3', 'http://www.bayviewfoundation.org/programsandservices/housing.html', 'left');
menus[2].addItem(null, 'Planting Partners', null, 180, '#2B54B3', '#2B54B3', 'http://www.bayviewfoundation.org/programsandservices/plantingpartners.html', 'left');
menus[2].addItem(null, 'Summer', null, 180, '#2B54B3', '#2B54B3', 'http://www.bayviewfoundation.org/programsandservices/summer.html', 'left');
menus[2].addItem(null, 'Teen Nite', null, 180, '#2B54B3', '#2B54B3', 'http://www.bayviewfoundation.org/programsandservices/teennite.html', 'left');
menus[2].writeMenu();

menus[3] = new menu(125, 'vertical', '#2B54B3', '#2B54B3');
menus[3].height = 16;
menus[3].addItem(null, 'Fest Sponsor', null, 125, '#2B54B3', '#2B54B3', 'http://www.bayviewfoundation.org/support/festsponsor.html', 'left');
menus[3].addItem(null, 'Support', null, 125, '#2B54B3', '#2B54B3', 'http://www.bayviewfoundation.org/support/support.html', 'left');
menus[3].writeMenu();

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

