function torol(elem) {
 document.getElementById(elem).onclick = function(){
  this.value = "";
 };
}

torol('beviteli_mezo');
