function Pay(file) {
var wartosci = 'toolbar=no,scrollbars=yes,status=yes,resizable=no,menubar=no,width=600,height=550,left=0,top=0';
window.open(file,'',wartosci);
}

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);
}