<!--
function obraz(obrazek,dzial) {
msg=window.open("","","toolbar=no,menubar=no,resizable=yes,width=220,height=250,left=100,top=100");
msg.document.write("<HTML><TITLE>Podgl±d</TITLE><HEAD></HEAD>");
msg.document.write("<BODY><DIV ALIGN=\"center\"><A HREF=\"javascript:window.close();\">");
msg.document.write("<IMG SRC=\"../foty/foty_"+dzial+"/"+obrazek+"\"BORDER=\"0\" ALT=\"Zamknij okno\"></A>");
msg.document.write("</DIV></BODY></HTML>");
focus.msg;
}
function okienko(url) {
msg=window.open(url,"","scrollbars=yes, resizable=no,width=430,height=400");
focus.msg;
}
// -->
function dodaj_okno_opini(url,w,h){var Win=window.open(url,'','width='+w+',height='+h)}


function okienko1(url,szerokosc,wysokosc) {
   var Win = window.open(url,"","scrollbars=yes,resizable=0,width="+szerokosc+",height="+wysokosc+",menubar=no" );
   Win.moveTo((screen.width / 2) - szerokosc/2,(screen.height / 2) - wysokosc/2);
   Win.focus();
}

function nowe_okno (url,szerokosc,wysokosc) {
   var Win = window.open(url,"","scrollbars=yes,resizable=0,width="+szerokosc+",height="+wysokosc+",menubar=no" );
   Win.moveTo((screen.width / 2) - szerokosc/2,(screen.height / 2) - wysokosc/2);
   Win.focus();
}


function fota(url,w,h){
  if (h>screen.height)
  {
         window.open(url,"ZOBACZ","scrollbars=1,left=10,top=10,screenX=30,resizable=yes,screenY=30,width="+w+",height="+h+"");
  }
  else {
       window.open(url,"ZOBACZ","scrollbars=0,left=10,top=10,screenX=30,resizable=yes,screenY=30,width="+w+",height="+h+"");
  }
}
