<!--

nowe = null;

function okno(url,width,height, tytul)
{
    nowe = window.open(url,'popup','width='+width+',height='+height+",scrollbars=yes");
    nowe.focus();
}

//-->
