  var registClick = function(companyId){
    function bizsupAjax_registClick(res){
    };
 	Kumu.Ajax.executeTeedaAjax(bizsupAjax_registClick, {'companyId' : companyId});
  };
  
  function select_category(value) {
  	$i('id').value = value;
  	do_button_click('doSelCategory');
  }
