<!--
function otworz(plik, s)
{
var width=540;
var height=494;
var x=(screen.width/2)-width/2;
var y=(screen.height/2)-height/2;
okno=window.open(plik,'','toolbar=no,menubar=no,location=no,personalbar=no,scrollbars='+s+',resizable=no,directories=no,status=no,left='+x+',top='+y+',width=540, height=495');
okno.focus();
}
function formularz(plik, s)
{
var width=588;
var height=530;
var x=(screen.width/2)-width/2;
var y=(screen.height/2)-height/2;
okno=window.open(plik,'','toolbar=no,menubar=no,location=no,personalbar=no,scrollbars='+s+',resizable=no,directories=no,status=no,left='+x+',top='+y+',width=587, height=530');
okno.focus();
}
//-->

