<!--
sniffBrowsers();

menuItemBullet = new bulletPoint("menu/spacer.gif","menu/spacer.gif");
labelBullet = new bulletPoint("menu/spacer.gif","menu/spacer.gif");
labelBullet2 = new bulletPoint("menu/header_off2.gif","menu/header_on2.gif");
subMenuBullet = new bulletPoint("menu/spacer.gif","menu/spacer.gif");

myMenu = new menuBar('myMenu',778, 'horizontal', '', '');
myMenu.height = 20;
myMenu.addLabel('labelBullet', '<NOBR>Home</NOBR>', 1, 71, '', '', 'index.htm', 'center');
myMenu.addLabel('labelBullet2', '<NOBR>Products/Services</NOBR>', 2, 130, '', '', 'products.htm', 'center');
myMenu.addLabel('labelBullet2', '<NOBR>Our Companies</NOBR>', 3, 130, '', '', 'companies.htm', 'center');
myMenu.addLabel('labelBullet2', '<NOBR>Online Quotes</NOBR>', 4, 120, '', '', 'quotes.htm', 'center');
myMenu.addLabel('labelBullet2', '<NOBR>Contact Us</NOBR>', 5, 102, '', '', 'contactus.htm', 'center');


menus[1] = new menu(150, 'vertical', '#000000', '#000000');
menus[1].height = 20;
menus[1].writeMenu();

menus[2] = new menu(150, 'vertical', '#000000', '#000000');
menus[2].height = 20;
menus[2].writeMenu();

menus[3] = new menu(150, 'vertical', '#000000', '#000000');
menus[3].height = 20;
menus[3].writeMenu();

menus[4] = new menu(210, 'vertical', '#000000', '#000000');
menus[4].height = 20;
menus[4].addItem('labelBullet', '<NOBR>Automobile Insurance Quote</NOBR>', null, 210, '#7675d5', '#7675d5', 'auto_form.htm', 'left');
menus[4].addItem('labelBullet', '<NOBR>Homeowner&#039;s Insurance Quote</NOBR>', null, 210, '#7675d5', '#7675d5', 'home_form.htm', 'left');
menus[4].addItem('labelBullet', '<NOBR>Life/Health Insurance Quote</NOBR>', null, 210, '#7675d5', '#7675d5', 'life_form.htm', 'left');
menus[4].addItem('labelBullet', '<NOBR>BOP Insurance Quote</NOBR>', null, 210, '#7675d5', '#7675d5', 'bop_form.htm', 'left');
menus[4].addItem('labelBullet', '<NOBR>Workers&#039; Comp Insurance Quote</NOBR>', null, 210, '#7675d5', '#7675d5', 'workerscomp_form.htm', 'left');
menus[4].addItem('labelBullet', '<NOBR>Group Health Insurance Quote</NOBR>', null, 210, '#7675d5', '#7675d5', 'group_form.htm', 'left');
menus[4].addItem('labelBullet', '<NOBR>Long Term Care Insurance Quote</NOBR>', null, 210, '#7675d5', '#7675d5', 'ltc_form.htm', 'left');
menus[4].writeMenu();

menus[5] = new menu(150, 'vertical', '#000000', '#000000');
menus[5].height = 20;
menus[5].writeMenu();

menus[1].align='left';
menus[2].align='left';
menus[3].align='left';
menus[4].align='left';
menus[5].align='left';



//-->
