function zaznaczPole(field)
{
	document.getElementById(field).className="errorfield";
	//document.location="#" + field;
}
