<!--
	function emoticon(text) {  
		text = ' ' + text + ' ';  
		document.komentarz.tresc.value += text;  
        document.komentarz.tresc.focus();  
	}
-->