var ff;



function napis(f, x) { 
        ff=f;
          f.elements[0].blur(); 
          f.elements[0].value = x;
          setTimeout("stare()", 2000); 

   }

function stare() {
	ff.elements[0].value ="Zobacz odpowied¼";
}



function okno(ff)
{
window.open(ff, '', 'toolbar=no,menubar=no,scrollbars=no, resizable=no,status=no,location=no,directories=no,top=20, left=20,fullscreen=no,height=200,width=250');
} 

function okno_szer(ff)
{
window.open(ff, '', 'toolbar=no,menubar=no,scrollbars=no, resizable=no,status=no,location=no,directories=no,top=20, left=20,fullscreen=no,height=200,width=650');
} 

function x_reloadPage(init) {  //reload dla NN4 
  if (init==true) with (navigator) {if ( (appName=="Netscape") && (parseInt(appVersion)==4) ) {
    document.x_pgW=innerWidth; document.x_pgH=innerHeight; onresize=x_reloadPage; }}
  else if (innerWidth!=document.x_pgW || innerHeight!=document.x_pgH) location.reload();
}
x_reloadPage(true);
//

function okno1(ff)
{
window.open(ff, '', 'toolbar=no,menubar=no,scrollbars=no, resizable=no,status=no,location=no,directories=no,top=20, left=20,fullscreen=no,height=450,width=324');
} 

function okno2(ff)
{
window.open(ff, '', 'toolbar=no,menubar=no,scrollbars=no, resizable=no,status=no,location=no,directories=no,top=20, left=20,fullscreen=no,height=355,width=312');
} 

function okno3(ff)
{
window.open(ff, '', 'toolbar=no,menubar=no,scrollbars=no, resizable=no,status=no,location=no,directories=no,top=20, left=20,fullscreen=no,height=550,width=450');
} 

function okno_duze(ff)
{
window.open(ff, '', 'toolbar=no,menubar=no,scrollbars=yes, resizable=yes,status=no,location=no,directories=no,top=20, left=20,fullscreen=no,height=500,width=800');
}