function typeSelectionChanged(id, bool) {
  $('#refresh_' + id).disable();
  if(bool && $('regionselect_block')) {
    $('#regionselect_block').innerHTML = '';
  }
  $('#vc_' + id).submit();
}

function selectControleRow(id) {
  $(id).toggleClass('selected');
}
