var nowe;
function nowe_okno(url,tytul,opcje)
{
nowe = window.open(url,tytul,opcje);
}

