
function productlist ()
{  
  var str;
  str="<select name=kindID  onChange=window.open(href=this.form.kindID.options[this.form.kindID.selectedIndex].value)>";
                str=str+"<option selected>&nbsp;———华分酶产品系列导航———&nbsp;</option>";
                str=str+"<option value=#>================================</option>";
                str=str+"<option  value=http://www.huafen.com.cn/Shop/ShowClass.asp?ClassID=25>普通酶产品</option>";
                str=str+"<option  value=http://www.huafen.com.cn/Shop/ShowClass.asp?ClassID=26>浓缩酶产品</option>";
                str=str+"<option  value=http://www.huafen.com.cn/Shop/ShowClass.asp?ClassID=27>专用酶产品</option>";
		str=str+"<option  value=http://www.huafen.com.cn/Shop/ShowClass.asp?ClassID=28>E酶产品</option>";
               // str=str+"<option  value=http://www.huafen.com.cn/Shop/ShowClass.asp?ClassID=30>包衣酶产品</option>";
                str=str+"<option  value=http://www.huafen.com.cn/Shop/ShowClass.asp?ClassID=31>植酸酶产品</option>";
                str=str+"</select>";

  document.write(str);  

}


