function Smile(what) {
  document.getElementById("obsah").focus();
  document.getElementById("obsah").value = 
  document.getElementById("obsah").value+what+"";
}
function zadanie(objekt) {
	window.open(objekt.href, "Obrázok","width=680,height=620,resizable=yes,scrollbars=yes");
}