// JavaScript Document
function Smazat(formular){
  formular.name.value='';
  formular.address.value='';
  formular.text.value='';

}

