<!--
popup="";
function okno(arg,s,x,y) {
	if (popup.closed == false) {popup.close()} else {}
	popup=window.open(arg,'szczegoly','toolbar=0,location=0,direction=0,status=0,menubar=0,scrollbars='+s+',width='+x+',height='+y);
}

// ModalDialog : zoom(adres,akcja[,szerokosc,wysokosc])
nazwa="";
function zoom(adres, akcja) {
	argv=zoom.arguments;  argc=argv.length;
	if(argc>2)	{szerokosc=argv[2]; wysokosc=argv[3];}
	else		{szerokosc='306'; wysokosc='176';}
	nazwa=showModalDialog(adres,null,"status:no;center:yes;help:no;minimize:no;maximize:no;border:thin;statusbar:no;dialogWidth:"+szerokosc+"px;dialogHeight:"+wysokosc+"px");
	if (nazwa != null) {
		self.location=self.location.pathname+self.location.search+'&action='+akcja+'&nowanazwa='+nazwa;
	}
}
// -->