function zobraz_div_kalendar(divV, styleE){
  document.getElementById(divV).style.display = styleE;
}

function kalendar_bt_pridat(){
  zobraz_div_kalendar('form_kalendar', 'block');
  document.getElementById("cal_nadpis").value = '';
  document.getElementById("cal_text").value = '';
}