/**
 * @author Rafal
 */
function czyscpole(nazwapola)
{
	document.getElementById(nazwapola).value="";
}
