//otwarcie zdjêcia w nowym oknie
function new_img(link, width, height) {
var link;
var width;
var height;
window.open('window.php?bimage='+link+'', 'foto' ,'left=20,top=20, width='+width+' , height='+height+', menubar=0, resizable=1, scrollbars=1');
}

function doit() {
	var typ = document.formularz.typ.value * 1;
	e = document.getElementById("he")
	if (typ > 3)
	e.style.display="none";
	else
	e.style.display="inline";
	
}
