function popup(path) { 
	
	window.open(path,'','width=251,height=335,resizable=no,left=10,top=10,scrollbars=no,left=10,top=10');
}


function polec() { 
  window.open('popup.php','','width=410,height=480,resizable=no,left=10,top=10,scrollbars=no,left=10,top=10');
}

function foto(a)
{
new_window = window.open('foto.htm?' + a,'obrazek','width=234,height=355,toolbars=no,resizable=0,scrollbars=0');
}

/*
function checkSzukaj(form) {
	if(!form.zapytanie.value.length){
		alert("Co szukasz?");
		form.zapytanie.focus();
		return;
	}
	form.submit();
}
*/
