function program(picURL, wdth, hght){ 
okno=window.open("","galeria","left=300,top=200,WIDTH="+wdth+",HEIGHT="+hght+",noresizable,noscrollbars,menubar=no");
okno.document.writeln("<HTML><HEAD><meta http-equiv='Content-Type' content='text/html; charset=iso-8859-2'><TITLE>PZPS</TITLE><script language=javascript>window.open('', 'galeria','resizable');self.focus();window.moveTo(300,200);var res1=200;var res2=100;if (document.layers){window.resizeTo("+wdth+","+hght+");}else{window.resizeTo("+wdth+","+hght+");}var NS = (navigator.appName=='Netscape')?true:false;");
okno.document.writeln("function fitPic() { iWidth = (NS)?window.innerWidth:document.body.clientWidth;iHeight = (NS)?window.innerHeight:document.body.clientHeight-140;iWidth = document.images[0].width - iWidth;iHeight = document.images[0].height - iHeight+75;window.resizeBy(0,0);window.open('', 'galeria','noresizable');");
okno.document.writeln("window.moveTo((screen.width-document.images[0].width)/2,(screen.height-document.images[0].height)/2);if (document.getElementById&&!document.all){document.getElementById('obrazek1Div').style.visibility='hidden';}if (document.all) {document.all.obrazek1Div.style.visibility='hidden';}");
okno.document.writeln("if (document.layers){document.obrazek1Div.visibility='hidden';}self.focus();};</scr"+"ipt></HEAD><BO"+"DY topmargin='0' leftmargin='0' style='margin:0px;overflow:hidden' onload='fitPic();'><div id='obrazek2Div'><table width='1' height='1' border='0' cellpadding='1' cellspacing='0'><tr><td><a href=javascript:close();>");
okno.document.writeln("<img src='" +picURL+ "' border=0 alt='zamknij'></a></td></tr></table></div><div id='obrazek1Div' style='position:absolute;left:0px;top:0px;z-index:1;'></div></body></html>");
okno.document.close();
}
function openw(nr,plik,imw,imh){ 
 var name=plik;    
 wid="W"+nr;   
 type="toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width="+(imw+30)+",height="+(imh+40)+",left=50,top=10";  
 if (navigator.appName == "Netscape" && parseInt(navigator.appVersion) >= 3)   	 
 { wtab[nr] = window.open(name, wid, type);           
   wtab[nr].focus();  }         
 else if    (navigator.appName == "Microsoft Internet Explorer" && parseInt (navigator.appVersion) >= 4)
 {  wtab[nr] = window.open(name, wid, type); }     
 else {   }     
}

function setClickedArea(name) {
    var sp = document.getElementById(name);
    if (sp.style.display == "none") sp.style.display="";
    else sp.style.display="none";

}

function gwiazdy() { 
okno = window.open("gwiazdy.php", "galeria", "left=300,top=200,WIDTH=500,HEIGHT=320,noresizable,noscrollbars,menubar=no");
}

function newPopupWindow(url, title, width, height) { 
okno = window.open(url, '', "left=300,top=200,WIDTH="+width+",HEIGHT="+height+",scrollbars=yes,noresizable,menubar=no");
}


