<!--

if(document.all) window.status="Strażacy Gmina Puck -- powered by www.tophosting.pl";
function showFoto(foto) {
	stan='left=100,top=100,width=200,height=200,innerheight=200,innerwidth=200,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
	BigFoto=window.open('showFoto.php?foto='+foto,'BigFoto',stan);
	BigFoto.focus();
}
function addFoto(foto) {
	stan='left=100,top=100,width=200,height=200,innerheight=200,innerwidth=200,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
	BigFoto=window.open('addFoto.php?foto='+foto,'BigFoto',stan);
	BigFoto.focus();
}
//-->