
function nwindow (adresa,jmeno,x,y)     {
      okno = window.open (adresa,jmeno,'toolbar=no,directories=no,menubar=no,status=no,location=no,scrollbars=yes,resizable=yes,width=' + x +',height=' + y);
}


