function potwierdz(adres)
{
if (confirm('Czy jestes pewny?'))
parent.location.href=adres
}

function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no' );
}



