function ust_kisim_a_s(oBox) {
	var el, i = 0, f = oBox.form;
	while (el = f[i++]) if (el.type == 'checkbox') el.checked = (el == oBox && el.checked);
}