﻿function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

document.write('<form name="form2" method="post" action="">');
document.write('<select name="JumpTo" onChange="MM_jumpMenu(\'parent\',this,0)">');
document.write('<option selected>Please Select</option>');
document.write('<option value="https://www.farmerbrown.com/apartment-building-insurance-quote.cfm">Commercial Building</option>');
document.write('<option value="https://www.farmerbrown.com/condo-association-insurance.cfm">Condo association</option>');
document.write('<option value="https://www.farmerbrown.com/contractor-insurance-quote.cfm">Dry wall contractor</option>');
document.write('<option value="https://www.farmerbrown.com/contractor-insurance-quote.cfm">Electrician contractor</option>');
document.write('<option value="https://www.farmerbrown.com/contractor-insurance-quote.cfm">General contractors</option>');
document.write('<option value="https://www.farmerbrown.com/manufacturing-insurance-quote.cfm">Manufacturer</option>');
document.write('<option value="https://www.farmerbrown.com/contractor-insurance-quote.cfm">Painter contractor</option>');
document.write('<option value="https://www.farmerbrown.com/contractor-insurance-quote.cfm">Plumber contractor</option>');
document.write('<option value="https://www.farmerbrown.com/restaurant-insurance-quote.cfm">Restaurants</option>');
document.write('<option value="https://www.farmerbrown.com/contractor-insurance-quote.cfm">Roofer contractor</option>');
document.write('<option value="https://www.farmerbrown.com/technology-quote.cfm">Technology</option>');
document.write('<option value="https://www.farmerbrown.com/wholesaler-insurance.cfm">Wholesaler</option>');
document.write('<option value="https://www.farmerbrown.com/workers-comp-insurance.cfm">Workers compensation</option>');
document.write('</select></form>');

/*






<form name="form3" method="post" action="">
<table align="left" valign="right" nowrap><tr><th nowrap>
<select name="JumpTo" onChange="MM_jumpMenu('parent',this,0)">
<option selected>Select something:</option>
<option value="blah.cfm">Blah</option>
</select>


<FORM name=form2 action="" method=post><SELECT 
      onchange="MM_jumpMenu('parent',this,0)" name=JumpTo> <OPTION 
        selected>Please Select Insurance</OPTION> <OPTION 
        value=apartment-building-insurance-quote.cfm>Apartment</OPTION></SELECT> 
      </FORM><!--- cph ---><!---      <FORM id=form1 name=form1 action="" method=post><LABEL></LABEL>
      <P><STRONG><SPAN class=style4>COMMERCIAL INSURANCE 
      QUOTE</SPAN><BR><LABEL><SELECT id="Business Insurance quote" 
      name="Business Insurance quote"> <OPTION selected>Apartment 
        building</OPTION> <OPTION>Condo association</OPTION> <OPTION>Dry wall 
        contractor</OPTION> <OPTION>Electrician contractor</OPTION> 
        <OPTION>General contractors</OPTION> <OPTION>Manufacturer</OPTION> 
        <OPTION>Painter contractor</OPTION> <OPTION>Plumber contractor</OPTION> 
        <OPTION>Restaurants</OPTION> <OPTION>Roofer contractor</OPTION> 
        <OPTION>Wholesaler</OPTION> <OPTION>Workers compensation</OPTION></SELECT> 
      </LABEL></STRONG></P>
      <P><STRONG><SPAN class=style4>PERSONAL INSURANCE </SPAN><BR><LABEL><SELECT 
      name=select> <OPTION selected>Car insurance</OPTION> <OPTION>Condo 
        insurance</OPTION> <OPTION>Health insurance</OPTION> <OPTION>Homeowners 
        insurance</OPTION> <OPTION>Renters insurance</OPTION></SELECT> 
      </LABEL></STRONG><BR><BR></P></FORM> --->
name each form something different
*/