
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");
blankBullet = new bulletPoint("images/shim.gif","images/shim.gif");
barColor = '#008500';
moColor = '#006000';

navbar = new menuBar('navbar',620, 'horizontal', '#000000', '#000000');
navbar.addLabel('blankBullet', 'Home', 1, 90, barColor, moColor, 'default.html', 'left');
navbar.addLabel('labelBullet', 'About Us', 2, 120, barColor, moColor, 'about_us.html', 'left');
navbar.addLabel('labelBullet', 'Ministry', 3, 120, barColor, moColor, 'ministry.html', 'left');
navbar.addLabel('blankBullet', 'Prayer Requests', 4, 160, barColor, moColor, 'prayer_requests.html', 'left');
navbar.addLabel('blankBullet', 'Contact Us', 5, 130, barColor, moColor, 'contact_us.html', 'left');
navbar.height = 16;

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

menus[1].align='left';


menus[2] = new menu(180, 'vertical', '#000000', '#000000');
menus[2].height = 16;
menus[2].addItem('menuItemBullet', 'Our Affiliations', null, 180, barColor, moColor, 'affiliation.html', 'left');
menus[2].addItem('menuItemBullet', 'Our Vision and Mission', null, 180, barColor, moColor, 'vision.html', 'left');
menus[2].addItem('menuItemBullet', 'Our Purpose', null, 180, barColor, moColor, 'purpose.html', 'left');
menus[2].addItem('menuItemBullet', 'Our Core Beliefs', null, 180, barColor, moColor, 'core.html', 'left');
menus[2].addItem('menuItemBullet', 'Statement of Faith', null, 180, barColor, moColor, 'statement.html', 'left');
menus[2].addItem('menuItemBullet', 'Map', null, 180, barColor, moColor, 'map.html', 'left');
menus[2].writeMenu();


menus[2].align='left';

menus[3] = new menu(200, 'vertical', '#000000', '#000000');
menus[3].height = 16;
menus[3].addItem('menuItemBullet', 'Our Ministries', null, 200, barColor, moColor, 'our_ministries.html', 'left');
menus[3].addItem('menuItemBullet', 'Pastoral: Sermon Topics', null, 200, barColor, moColor, 'sermon_topics.html', 'left');
menus[3].addItem('menuItemBullet', 'Ministry Opporunities', null, 200, barColor, moColor, 'opportunities.html', 'left');
menus[3].addItem('menuItemBullet', 'Under Construction', null, 200, barColor, moColor, 'new/construction.html', 'left');
menus[3].writeMenu();


menus[3].align='left';

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

menus[4].align='left';

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

menus[5].align='left';
