function vymazPole(co,hodnota,value) {
  if (hodnota == value) {
    co.value = '';
    return true;  
  }
}