function jencisla() 
{
	with (event)
		if (keyCode<48 || keyCode>57) 
		{
		returnValue=false;
		}
}
