
hylxstr= "<option value='001'>中式餐厅</option><option value='002'>外国餐厅</option>"+
"<option value='003'>咖啡茶艺</option><option value='004'>点心甜品</option>"+
"<option value='005'>娱乐休闲</option><option value='006'>体育健身</option>"+
"<option value='007'>时尚购物</option><option value='008'>生活服务</option>"+
"<option value='009'>城市景点</option><option value='010'>汽车服务</option>"+
"<option value='011'>其他</option>";

function setHy(sid,sfield){
   document.getElementById(sfield).length = 0;
   if(sid=="001"){
      document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("==请选择==","");
      document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("川菜", "00101");
      document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("潮粤菜", "00102");
      document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("淮扬菜", "00103");
      document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("湖南菜", "00104");
      document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("火锅", "00105");
      document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("浙菜", "00106");
      document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("上海菜", "00107");
      document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("鲁菜", "00108");
      document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("东北菜", "00109");
      document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("京菜", "00110");
      document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("清真菜", "00111");
      document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("素菜", "00112");
      document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("其他民族菜", "00113");
      document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("创意菜", "00114");
      document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("中式餐厅其他", "00115");
   }
  if(sid=="002"){
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("==请选择==","");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("法国菜", "00201");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("意大利菜", "00202");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("德国菜", "00203");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("欧洲大陆菜其他", "00204");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("美洲菜", "00205");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("日本料理", "00206");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("韩国菜", "00207");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("泰国菜", "00208");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("印度菜", "00209");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("亚洲菜其他", "00210");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("外国餐厅其他", "00211");
     
  }
  if(sid=="003"){
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("==请选择==","");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("咖啡简餐", "00301");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("茶室棋牌", "00302");
  }
  if(sid=="004"){
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("==请选择==","");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("面包糕点", "00401");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("甜品店", "00402");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("冰淇淋", "00403");
  }
  if(sid=="005"){
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("==请选择==","");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("酒吧", "00501");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("卡拉OK", "00502");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("DISCO/KTV", "00503");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("影剧院", "00504");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("沐浴保健", "00505");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("演出表演", "00506");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("娱乐其他", "00507");
  }
  if(sid=="006"){
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("==请选择==","");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("室内场馆", "00601");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("户外运动", "00602");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("GOLF运动", "00603");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("其他场馆", "00604");

  }
  if(sid=="007"){
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("==请选择==","");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("服装饰品", "00701");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("超市卖场", "00702");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("数码家电", "00703");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("医疗药品", "00704");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("购物其他", "00705");
  }
  if(sid=="008"){
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("==请选择==","");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("美容美发", "00801");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("书店", "00802");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("数码冲印", "00803");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("洗衣店", "00804");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("教育培训", "00805");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("礼仪婚庆", "00806");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("生活其他", "00807");
  }
  if(sid=="009"){
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("==请选择==","");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("旅游景点", "00901");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("主题公园", "00902");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("其他场馆", "00903");
  }
  if(sid=="010"){
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("==请选择==","");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("汽车租赁", "01001");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("汽车购买", "01002");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("4S维修", "01003");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("驾校招生", "01004");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("其他服务", "01005");
  }
  if(sid=="011"){
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("==请选择==","");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("其他", "01101");
  }
  if(sid=="012"){
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("==请选择==","");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("新闻", "01201");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("特价机票", "01202");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("酒店", "01203");
     document.getElementById(sfield).options[document.getElementById(sfield).length] = new Option("旅游地", "01204");
  }
}


function getHylxmc(sid){
   if(sid=="001") return "中式餐厅";
   if(sid=="002") return "外国餐厅";
   if(sid=="003") return "咖啡茶艺";
   if(sid=="004") return "点心甜品";
   if(sid=="005") return "娱乐休闲";
   if(sid=="006") return "体育健身";
   if(sid=="007") return "时尚购物";
   if(sid=="008") return "生活服务";
   if(sid=="009") return "城市景点";
   if(sid=="010") return "汽车服务";
   if(sid=="011") return "其他";
   if(sid=="012") return "订阅类别";
   
   if(sid=="00101") return "川菜";
   if(sid=="00102") return "潮粤菜";
   if(sid=="00103") return "淮扬菜";
   if(sid=="00104") return "湖南菜";
   if(sid=="00105") return "火锅";
   if(sid=="00106") return "浙菜";
   if(sid=="00107") return "上海菜";
   if(sid=="00108") return "鲁菜";
   if(sid=="00109") return "东北菜";
   if(sid=="00110") return "京菜";
   if(sid=="00111") return "清真菜";
   if(sid=="00112") return "素菜";
   if(sid=="00113") return "其他民族菜";
   if(sid=="00114") return "创意菜";
   if(sid=="00115") return "中式餐厅其他";
   
   if(sid=="00201") return "法国菜";
   if(sid=="00202") return "意大利菜";
   if(sid=="00203") return "德国菜";
   if(sid=="00204") return "欧洲大陆菜其他";
   if(sid=="00205") return "美洲菜";
   if(sid=="00206") return "日本料理";
   if(sid=="00207") return "韩国菜";
   if(sid=="00208") return "泰国菜";
   if(sid=="00209") return "印度菜";
   if(sid=="00210") return "亚洲菜其他";
   if(sid=="00211") return "外国餐厅其他";
   
   if(sid=="00301") return "咖啡简餐";
   if(sid=="00302") return "茶室棋牌";
   if(sid=="00401") return "面包糕点";
   if(sid=="00402") return "甜品店";
   if(sid=="00403") return "冰淇淋";
   if(sid=="00501") return "酒吧";
   if(sid=="00502") return "卡拉OK";
   if(sid=="00503") return "DISCO/KTV";
   if(sid=="00504") return "影剧院";
   if(sid=="00505") return "沐浴保健";
   if(sid=="00506") return "演出表演";
   if(sid=="00507") return "娱乐其他";
   if(sid=="00601") return "室内场馆";
   if(sid=="00602") return "户外运动";
   if(sid=="00603") return "GOLF运动";
   if(sid=="00604") return "其他场馆";
   if(sid=="00701") return "服装饰品";
   if(sid=="00702") return "超市卖场";
   if(sid=="00703") return "数码家电";
   if(sid=="00704") return "医疗药品";
   if(sid=="00705") return "购物其他";
   if(sid=="00801") return "美容美发";
   if(sid=="00802") return "书店";
   if(sid=="00803") return "数码冲印";
   if(sid=="00804") return "洗衣店";
   if(sid=="00805") return "教育培训";
   if(sid=="00806") return "礼仪婚庆";
   if(sid=="00807") return "生活其他";
   if(sid=="00901") return "旅游景点";
   if(sid=="00902") return "主题公园";
   if(sid=="00903") return "其他场馆";
   if(sid=="01001") return "汽车租赁";
   if(sid=="01002") return "汽车购买";
   if(sid=="01003") return "4S维修";
   if(sid=="01004") return "驾校招生";
   if(sid=="01005") return "其他服务";
   if(sid=="01101") return "其他";
   if(sid=="01201") return "新闻";
   if(sid=="01202") return "特价机票";
   if(sid=="01203") return "酒店";
   if(sid=="01204") return "旅游地";
}
