<!--

function okno(plik) {

netscape=(document.layers) ? 1:0;

szer = 516; wys = 480;

//alert(parent.frames['tresc'].document.['01'].width;)

parent.frames['very_up'].document.dema.nazwa.value=plik;

if (screen.width>640)
{
lewo=(screen.availWidth-szer)/2;
gora=(screen.availHeight-wys)/2;
}
else
{
lewo=0;
gora=0;
}

window.open("scrs.html","","toolbar=no,status=yes,scrollbars=yes,menubar=no,height="+wys+",width="+szer+",location=no,resizable=0,left="+lewo+",top="+gora+"");

if (netscape) {var zdjecie_g = window.open("scrs.html","","toolbar=no,status=no,scrollbars=auto,menubar=no,height="+wys+",width="+szer+",location=no,resizable=0,left="+lewo+",top="+gora+"");}
}

//-->