<!--// all copyright by webszok.net
function popup_scrolls(url, name, width, height){	var x = (screen.availWidth - width)/0;	var y = (screen.availHeight - height)/0;
	win = window.open(url, name, 'width='+width+',height='+height+',left='+x+',top='+y+',toolbar=0,menubar=0,scrollbars=1,resizable=1');	win.focus();
}
function popup_no_scrolls(url, name, width, height){
	var x = (screen.availWidth - width)/0;
	var y = (screen.availHeight - height)/0;	
	win = window.open(url, name, 'width='+width+',height='+height+',left='+x+',top='+y+',toolbar=0,menubar=0,scrollbars=0,resizable=0');
	win.focus();
}
function openf(file,width,height,typ,prze)
{
	widthjava=width+40;
	heightjava=height+70;
	var obj=window.open("obf.php?file="+file+".jpg&w="+width+"&h="+height+"&typ="+typ, "show","width="+widthjava+",height="+heightjava+",status=no,resizable=yes,top=40,left=30,scrollbars="+prze+",alwaysRaised=yes,dependent=yes");
	obj.focus();
}function openp(file,width,height,typ,prze)
{
	widthjava=width+40;
	heightjava=height+70;
	var obj=window.open("obpromo.php?file="+file+".jpg&w="+width+"&h="+height+"&typ="+typ, "show","width="+widthjava+",height="+heightjava+",status=no,resizable=yes,top=40,left=30,scrollbars="+prze+",alwaysRaised=yes,dependent=yes");
	obj.focus();
}
function imgbig(url,windowName,windowTitle,closeOnClick,width,height,t){
	if(!url)return
	function readSize(){if(t.complete)showPopup(t.width,t.height);else setTimeout(readSize,1e2)}
	function showPopup(w,h){with(window.open('',windowName||'','width='+(width||w)+',height='+(height||h)).document){open();write('<html><head><title>'+(windowTitle||'')+'</title></head><body style="margin:0;padding:0"><img src="'+url+'" style="display:block'+(closeOnClick?';cursor: pointer" onclick="self.close()" title="Zamknij okno"':'"')+'></body></html>');close()}}
	if(!width||!height)t=new Image(),t.src=url,readSize()
	else showPopup(width,height)
}
//-->