<!--
sniffBrowsers();

menuItemBullet = new bulletPoint("menu/spacer.gif","menu/spacer.gif");
labelBullet = new bulletPoint("menu/arrow1.gif","menu/arrow1a.gif");
labelBullet2 = new bulletPoint("menu/arrow2.gif","menu/arrow2a.gif");
labelBullet3 = new bulletPoint("menu/arrow3.gif","menu/arrow3a.gif");
labelBullet4 = new bulletPoint("menu/arrow3.gif","menu/arrow3a.gif");
labelBullet5 = new bulletPoint("menu/spacer.gif","menu/spacer.gif");
labelBullet6 = new bulletPoint("menu/spacer.gif","menu/spacer.gif");
subMenuBullet = new bulletPoint("menu/spacer.gif","menu/spacer.gif");

myMenu = new menuBar('myMenu',700, 'horizontal', '', '');
myMenu.height = 33;
myMenu.addLabel('labelBullet6', '<NOBR>Home</NOBR>', 1, 58, '', '', 'index.htm', 'center');
myMenu.addLabel('labelBullet6', '<NOBR>About Us</NOBR>', 2, 77, '', '', 'about_us.htm', 'center');
myMenu.addLabel('labelBullet6', '<NOBR>Products / Services</NOBR>', 3, 136, '', '', 'products.htm', 'center');
myMenu.addLabel('labelBullet6', '<NOBR>Claims Forms</NOBR>', 4, 103, '', '', 'claims.htm', 'center');
myMenu.addLabel('labelBullet6', '<NOBR>Service Forms</NOBR>', 5, 107, '', '', 'service.htm', 'center');
myMenu.addLabel('labelBullet6', '<NOBR>Contact Us</NOBR>', 6, 88, '', '', 'contact_us.htm', 'center');
myMenu.addLabel('labelBullet6', '<NOBR>Privacy Statement</NOBR>', 7, 129, '', '', 'privacy.htm', 'center');

menus[1] = new menu(220, 'vertical', '#ffffff', '#ffffff');
menus[1].height = 25;
menus[1].writeMenu();

menus[2] = new menu(220, 'vertical', '#ffffff', '#ffffff');
menus[2].height = 25;
menus[2].writeMenu();

menus[3] = new menu(270, 'vertical', '#ffffff', '#ffffff');
menus[3].height = 25;
menus[3].addItem('labelBullet5', '<NOBR>&#160; Homeowners Associations (HOAs)</NOBR>', 8, 270, '#e8e8e8', '#c8c8c8', 'homeowners_associations.htm', 'left');
menus[3].addItem('labelBullet5', '<NOBR>&#160; Condominium Owners Associations (COAs)</NOBR>', 9, 270, '#e8e8e8', '#c8c8c8', 'condo_associations.htm', 'left');
menus[3].addItem('labelBullet5', '<NOBR>&#160; Business Owners Insurance</NOBR>', 10, 270, '#e8e8e8', '#c8c8c8', 'business_owners_insurance.htm', 'left');
menus[3].writeMenu();

menus[4] = new menu(220, 'vertical', '#ffffff', '#ffffff');
menus[4].height = 25;
menus[4].writeMenu();

menus[5] = new menu(220, 'vertical', '#ffffff', '#ffffff');
menus[5].height = 25;
menus[5].writeMenu();

menus[6] = new menu(220, 'vertical', '#ffffff', '#ffffff');
menus[6].height = 25;
menus[6].writeMenu();

menus[7] = new menu(220, 'vertical', '#ffffff', '#ffffff');
menus[7].height = 25;
menus[7].writeMenu();

menus[8] = new menu(150, 'vertical', '#ffffff', '#ffffff');
menus[8].height = 25;
menus[8].addItem('labelBullet5', '<NOBR><font color="#000000">&#160; General Information</font></NOBR>', null, 150, '#c8c8c8', '#a8a8a8', 'homeowners_associations.htm', 'left');
menus[8].addItem('labelBullet5', '<NOBR><font color="#000000">&#160; Insurance Quotation</font></NOBR>', null, 150, '#c8c8c8', '#a8a8a8', 'docs/home_owners_questionnaire.pdf" target="_blank', 'left');
menus[8].writeMenu();

menus[9] = new menu(150, 'vertical', '#ffffff', '#ffffff');
menus[9].height = 25;
menus[9].addItem('labelBullet5', '<NOBR><font color="#000000">&#160; General Information</font></NOBR>', null, 150, '#c8c8c8', '#a8a8a8', 'condo_associations.htm', 'left');
menus[9].addItem('labelBullet5', '<NOBR><font color="#000000">&#160; Insurance Quotation</font></NOBR>', null, 150, '#c8c8c8', '#a8a8a8', 'docs/condo_owners_questionnaire.pdf" target="_blank', 'left');
menus[9].writeMenu();

menus[10] = new menu(150, 'vertical', '#ffffff', '#ffffff');
menus[10].height = 25;
menus[10].addItem('labelBullet5', '<NOBR><font color="#000000">&#160; General Information</font></NOBR>', null, 150, '#c8c8c8', '#a8a8a8', 'business_owners_insurance.htm', 'left');
menus[10].addItem('labelBullet5', '<NOBR><font color="#000000">&#160; Insurance Quotation</font></NOBR>', null, 150, '#c8c8c8', '#a8a8a8', 'business_form.htm', 'left');
menus[10].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';
menus[8].align='right';
menus[9].align='right';
menus[10].align='right';

myMenu2 = new menuBar('myMenu2',209, 'vertical', '', '');
myMenu2.height = 25;
myMenu2.addLabel('labelBullet2', '<NOBR></NOBR>', 11, 209, '', '', '', 'left');

menus[11] = new menu(220, 'vertical', '#000000', '#000000');
menus[11].height = 25;
menus[11].writeMenu();

menus[11].align='right';

//-->

