function zmien(f,wart) {
	var k = document.getElementById('opcja_'+f);
	b=eval(k.value);
	if (b+wart>=0) {
		k.value=b+wart;
	}
}
