	function wypelnij(wartosc) {
		document.forms[0].elements['t1'].value = wartosc;
		document.forms[0].elements['u1'].value = '1001';
	}