document.write('<script language="JavaScript" type="text/JavaScript">');
document.write('function productSearchInfoCheck()');	
document.write('{');	
	document.write('if (document.productSearch.productBrand.value == "" && document.productSearch.productModel.value  == "" && document.productSearch.productLength.value  == "" && document.productSearch.productSeats.value == "" )');	
	document.write('{');	
		document.write('alert("Error, please choose one search Item.");');	
		document.write('document.productSearch.productBrand.focus();');	
		document.write('return false;');	
	document.write('}');	
	document.write('document.productSearch.action="/user/user_process.asp?action=searchProduct";');	
	document.write('document.productSearch.submit();');	
document.write('}');	
document.write('</script>');			   
document.write('<form name="productSearch" id="form1" method="post" action="" style="margin:0px;">');
 document.write(' <table width="200" border="0" cellpadding="2" cellspacing="2">');
    document.write('<tr>');
    document.write('  <td width="113" height="25"><div align="right">Brand</div></td>');
      document.write('<td width="257" height="25"><div align="left">');
document.write("<select name='productBrand' class='productSelectBox'><option value='' selected>Select Brand</option><option value='HIGER'>HIGER BUS</option><option value='HENGTONG'>HENGTONG BUS</option><option value='KINGLONG'>KINGLONG BUS</option><option value='YUTONG'>YUTONG BUS</option><option value='ZONDA'>ZONDA BUS</option><option value='GOLDEN DRAGON'>GOLDEN DRAGON BUS</option><option value='YOUNGMAN'>YOUNGMAN BUS</option><option value='YAXING'>YAXING BUS</option><option value='ZHONGTONG'>ZHONGTONG BUS</option><option value='JIANGXI KAMA'>JIANGXI KAMA BUS</option><option value='ANKAI'>ANKAI BUS</option><option value='JAC'>JAC BUS</option><option value='SHAOLIN'>SHAOLIN BUS</option><option value='DAEWOO'>DAEWOO BUS</option><option value='SUNWIN'>SUNWIN BUS</option><option value='CHANGLONG'>CHANGLONG BUS</option><option value='WORLD LONG'>WORLD LONG BUS</option><option value='CHANGAN'>CHANGAN BUS</option></select>");
document.write(' </div></td>');
   document.write(' </tr>');
   document.write(' <tr>');
     document.write(' <td height="25"><div align="right">Model</div></td>');
     document.write(' <td height="25"><div align="left">');
        document.write('  <select class="productSelectBox" name="productModel">');
         document.write('  <option value="" selected>Select type</option>');
            document.write('<option value="COACH">COACH BUS</option>');
           document.write(' <option value="CITY">CITY BUS</option>');
           document.write(' <option value="INTERCITY">INTERCITY BUS</option>');
           document.write(' <option value="MINI">MINI BUS</option>');
           document.write(' <option value="OTHERS">OTHERS</option>');
         document.write(' </select>');
      document.write('  </div></td>');
   document.write(' </tr>');
    document.write('<tr>');
      document.write('<td height="25"><div align="right">Length</div></td>');
     document.write(' <td height="25"><div align="left">');
         document.write(' <select class="productSelectBox" name="productLength">');
           document.write(' <option value="" selected>Select length</option>');
           document.write(' <option value="7000-8000">7m-8m</option>');
           document.write(' <option value="8000-9000">8m-9m</option>');
           document.write(' <option value="9000-10000">9m-10m</option>');
            document.write('<option value="10000-11000">10m-11m</option>');
           document.write(' <option value="11000-12000">11m-12m</option>');
           document.write(' <option value="12000-13000">12m-13m</option>');
          document.write('  <option value="13000-30000">13m+</option>');
        document.write('  </select>');
      document.write('  </div></td>');
   document.write('</tr>');
    document.write('<tr>');
     document.write(' <td height="25"><div align="right">Seats</div></td>');
     document.write(' <td height="25"><div align="left">');
         document.write(' <select class="productSelectBox" name="productSeats">');
          document.write('  <option value="" selected>Select seats</option>');
           document.write(' <option value="15-20">15-20 seats</option>');
           document.write(' <option value="21-30">21-30 seats</option>');
           document.write(' <option value="31-40">31-40 seats</option>');
            document.write('<option value="41-50">41-50 seats</option>');
           document.write(' <option value="51-100">50 seats+</option>');
          document.write('  <option value="other">Others</option>');
         document.write(' </select>');
       document.write(' </div></td>');
   document.write(' </tr>');
   document.write('  <tr>');
      document.write(' <td height="25" colspan="2"><div align="center">');
          document.write(' <input type="button" name="Submit" value="Search Product" class="button" onClick="return productSearchInfoCheck()"/>');
       document.write('  </div></td>');
   document.write('  </tr>');
 document.write('  </table>');
document.write(' </form>');
