function zmien_kolor(id,kolor)
{
	document.getElementById(id).style.color=kolor;
} 