styl="block";

function komentare(){
  if(styl=="block"){styl="none";}
  else{styl="block";};
  document.getElementById("komentare").style.display=styl;
};
