function chSzin(id,szin)
{
	document.getElementById(id).style.backgroundColor = szin;
}
