function Okno(file,w,h,p_w,p_h,scrol) {
var wartosci = 'toolbar=no,scrollbars=' +scrol+ ',resizable=no,menubar=no' + ',width=' + w + ',height=' + h + ',left=' + p_w + ',top=' + p_h + '';
window.open(file,'',wartosci);
}

function Zamknij() {
window.close()
}