
sniffBrowsers();

menuItemBullet = new bulletPoint("http://www.iibacolumbus.org/Graphics/transparent.gif","http://www.iibacolumbus.org/Graphics/transparent.gif");
labelBullet = new bulletPoint("http://www.iibacolumbus.org/Graphics/transparent.gif","http://www.iibacolumbus.org/Graphics/transparent.gif");
subMenuBullet = new bulletPoint("http://www.iibacolumbus.org/Graphics/transparent.gif","http://www.iibacolumbus.org/Graphics/transparent.gif");

myTest = new menuBar('myTest',750, 'horizontal', '#808160', '#243842');
myTest.addLabel('labelBullet', 'About Us', 1, 80, '#808160', '#243842', 'aboutus.php', 'center');
myTest.addLabel('labelBullet', 'Membership', 2, 100, '#808160', '#243842', 'membership.php', 'center');
myTest.addLabel('labelBullet', 'Events', 3, 70, '#808160', '#243842', 'events.php', 'center');
myTest.addLabel('labelBullet', 'Professional Development', 4, 200, '#808160', '#243842', 'profdev.php', 'center');
myTest.addLabel('labelBullet', 'Opportunities', 5, 110, '#808160', '#243842', 'opportunities.php', 'center');
myTest.addLabel('labelBullet', 'Sponsors', 6, 90, '#808160', '#243842', 'sponsors.php', 'center');
myTest.addLabel('labelBullet', 'Governance', 7, 100, '#808160', '#243842', 'governance.php', 'center');
myTest.height = 20;

menus[1] = new menu(90, 'vertical', '#808160', '#243842');
menus[1].height = 20;
menus[1].addItem('menuItemBullet', 'News', null, 90, '#808160', '#243842', 'news.php', 'left');
menus[1].addItem('menuItemBullet', 'FAQs', null, 90, '#808160', '#243842', 'faqs.php', 'left');
menus[1].addItem('menuItemBullet', 'Contact Us', null, 90, '#808160', '#243842', 'contactus.php', 'left');
menus[1].writeMenu();

menus[2] = new menu(70, 'vertical', '#808160', '#243842');
menus[2].height = 20;
menus[2].writeMenu();

menus[3] = new menu(110, 'vertical', '#808160', '#243842');
menus[3].height = 20;
menus[3].addItem('menuItemBullet', 'Next Event', null, 110, '#808160', '#243842', 'nextevent.php', 'left');
menus[3].addItem('menuItemBullet', 'Future Events', null, 110, '#808160', '#243842', 'futureevents.php', 'left');
menus[3].addItem('menuItemBullet', 'Past Events', null, 110, '#808160', '#243842', 'pastevents.php', 'left');
menus[3].writeMenu();

menus[4] = new menu(200, 'vertical', '#808160', '#243842');
menus[4].height = 20;
menus[4].addItem('menuItemBullet', 'Certification', null, 110, '#808160', '#243842', 'cbap.php', 'left');
menus[4].addItem('menuItemBullet', 'Certification Prep', null, 110, '#808160', '#243842', 'cbapprep.php', 'left');
menus[4].writeMenu();

menus[5] = new menu(110, 'vertical', '#808160', '#243842');
menus[5].height = 20;
menus[5].addItem('menuItemBullet', 'Sponsorships', null, 110, '#808160', '#243842', 'sponsorships.php', 'left');
menus[5].addItem('menuItemBullet', 'Local Jobs', null, 110, '#808160', '#243842', 'localjobs.php', 'left');
menus[5].addItem('menuItemBullet', 'Post a Job', null, 110, '#808160', '#243842', 'postajob.php', 'left');
menus[5].writeMenu();

menus[6] = new menu(110, 'vertical', '#808160', '#243842');
menus[6].height = 20;
menus[6].writeMenu();

menus[7] = new menu(110, 'vertical', '#808160', '#243842');
menus[7].height = 20;
menus[7].addItem('menuItemBullet', 'Elections', null, 110, '#808160', '#243842', 'elections.php', 'left');
menus[7].writeMenu();

menus[1].align='left';
menus[2].align='left';
menus[3].align='left';
menus[4].align='left';
menus[5].align='left';
menus[6].align='left';
menus[7].align='left';

