function wyslij(typ) {
	document.getElementById('f_typ').value = typ;
	document.getElementById('f_submit').click();
}

