function zmen(tmpx)
{
	document.getElementById("zmena").value=tmpx;
	document.forms['ipcalc'].submit();
}
