function emptyField(id) {
   var titulok = document.getElementById(id);
   titulok.value = "";
}
