sniffBrowsers();

menuHeadBullet = new bulletPoint("Images/Menu-off.gif","Images/sub_menu_on.gif");

leftMenu = new menuBar('leftMenu', 150, 'vertical', '#000000', '#000000', 25);
leftMenu.addLabel(null, '&nbsp;Information Maps', 1, 150, '#55bb88', '#ffffc3', 'Section9.htm', 'left');
leftMenu.addLabel('menuHeadBullet', '&nbsp;Photo Gallery', 2, 150, '#55bb88', '#ffffc3', '', 'left');
leftMenu.addLabel(null, '&nbsp;Report Park Problems', 3, 150, '#55bb88', '#ffffc3', 'ReportProblems.htm', 'left');
leftMenu.addLabel('menuHeadBullet', '&nbsp;Report Crime', 4, 150, '#55bb88', '#ffffc3', '', 'left');
leftMenu.addLabel(null, '&nbsp;Contact Us', 5, 150, '#55bb88', '#ffffc3', 'ContactUs9.htm', 'left');
leftMenu.addLabel(null, '&nbsp;FoSC Home Page', 6, 150, '#55bb88', '#ffffc3', 'fosc.htm', 'left');
leftMenu.height = 54;

//Map - null menu
menus[1] = new menu(150, 'vertical', '#000000', '#000000');
menus[1].height = 16;

//Photo Gallery
menus[2] = new menu(380, 'vertical', '#000000', '#000000');
menus[2].height = 16;
menus[2].addItem(null, '&nbsp;Caterpillar Hunt May 2008', null, 380, '#55bb88', '#ffffc3', 'CaterpillarHunt20080518-1.htm', 'left');
menus[2].addItem(null, '&nbsp;MLK Day of Service Workday - Jan 2009', null, 380, '#55bb88', '#ffffc3', 'http://docs.google.com/Doc?id=dhdjdgn6_17hczbgvd8 ', 'left');
menus[2].addItem(null, '&nbsp;Springtime at the Ponds - Apr 2007', null, 380, '#55bb88', '#ffffc3', 'SpringtimePonds2007.htm', 'left');
menus[2].addItem(null, '&nbsp;Salamander Search - Apr 2006', null, 380, '#55bb88', '#ffffc3', 'SalamanderSearch.htm', 'left');
menus[2].addItem(null, '&nbsp;American Elm Park Dedication - Aug 2004', null, 380, '#55bb88', '#ffffc3', 'AmElmPark.htm', 'left');
menus[2].addItem(null, '&nbsp;Building a Rain Garden in American Elm Park - Oct 2003', null, 380, '#55bb88', '#ffffc3', 'RainGarden2003/RainGardenPhotos.htm ', 'left');
menus[2].writeMenu();

//Report Park Problems - null menu
menus[3] = new menu(150, 'vertical', '#000000', '#000000');
menus[3].height = 16;

//Report Crime
menus[4] = new menu(200, 'vertical', '#000000', '#000000');
menus[4].height = 16;
menus[4].addItem(null, '&nbsp;<b>Park Police 301-949-3010</b>', null, 200, '#55bb88', '#ffffc3', '', 'left');
menus[4].addItem(null, '&nbsp;How to report crime', null, 200, '#55bb88', '#ffffc3', 'http://www.parkpolice.org/html/contactus/faq/crime.htm', 'left');
menus[4].addItem(null, '&nbsp;Park Rules', null, 200, '#55bb88', '#ffffc3', 'http://www.mc-mncppc.org/rules/index.shtm', 'left');
menus[4].addItem(null, '&nbsp;Trail Safety Tips', null, 200, '#55bb88', '#ffffc3', 'http://www.parkpolice.org/html/contactus/faq/trails.htm', 'left');
menus[4].writeMenu();

//Contact Us - null menu
menus[5] = new menu(150, 'vertical', '#000000', '#000000');
menus[5].height = 16;

//FoSC Home Page - null menu
menus[6] = new menu(150, 'vertical', '#000000', '#000000');
menus[6].height = 16;

menus[1].align='right';
menus[2].align='right';
menus[3].align='right';
menus[4].align='right';
menus[5].align='right';
menus[6].align='right';

