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