function newWindow(mypage,myname,w,h,features) {  if(screen.width){  var winl = (screen.width-w)/2;  var wint = (screen.height-h)/2;  }else{winl = 0;wint =0;}  if (winl < 0) winl = 0;  if (wint < 0) wint = 0;  var settings = 'height=' + h + ',';  settings += 'width=' + w + ',';  settings += 'top=' + wint + ',';  settings += 'left=' + winl + ',';  settings += features;  win = window.open(mypage,myname,settings);  win.window.focus();}function showImg(sciezka){      window.open('photo.php?photo='+sciezka,"","width=300,height=300,resizable=1,toolbar=0,directories=0,status=0,menubar=0,scrollbars=0");    }function showImg2(sciezka,txt){      window.open('photo.php?photo='+sciezka+'&txt='+txt+'&tryb=1',"","width=300,height=300,resizable=1,toolbar=0,directories=0,status=0,menubar=0,scrollbars=1");    } function showPopup(sciezka,x,y){      window.open(sciezka,"","width="+x+",height="+y+",resizable=1,toolbar=0,directories=0,status=0,menubar=0,scrollbars=0");}function showPopup2(sciezka,x,y){      window.open(sciezka,"","width="+x+",height="+y+",resizable=1,toolbar=0,directories=0,status=0,menubar=0,scrollbars=1");}  function show_swf(swf){	document.write(swf);	}    
