<!--
function WPrefresh() 
{
	if(document.all) document.frames.reklama.location="reklama.html";
	if(document.layers) top.ng.location=top.ng.location;
};
	
	licz=0;

function otworz(tyt,parametr,szer,wys) 
{
	config='left=100,top=100,width='+szer+',height='+wys+',innerheight='+wys+',innerwidth='+szer+',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no';
	kitekSC='relacja' + licz;
	plik='relacja.html?id=' + parametr;
	stadion=window.open(plik,kitekSC,config)
	stadion.focus();
	licz+=1;
};


//-->