function emo(kod) {
     document.komentarz.tresc.value += kod;
     document.komentarz.tresc.focus();
}

