function okno(adresa)
{
    window.open(adresa,"","width=450,height=450,toolbar=yes,location=no,resizable=yes,status=yes,menubar=yes,scrollbars=yes");
}

