function dodaj_kom()
{
	document.getElementById("dodaj_kom").style.display="inline";
	document.form.komentarz.focus();	
}
