
function opengprawo1(klas,gprawo1_id,subSerwis,klasKod,fstyle) {
    gprawo1 = window.open("/jsp/bip/gprawo1.jsp?symbol="+klas+"&gprawo1_id="+gprawo1_id+"&subserwis="+subSerwis,"",
    "toolbar=no,location=no,scrollbars=yes,directories=no,status=yes,menubar=no,fullscreen=no,resizable=yes,width="+(screen.width-40)+",height=400,left=15,top=50"); 
    gprawo1.focus();
}

function opengprawo1num(klas,dok_numerator,subSerwis,klasKod,fstyle) {
    gprawo1 = window.open("/jsp/bip/gprawo1.jsp?symbol="+klas+"&numerator="+dok_numerator+"&subserwis="+subSerwis,"",
    "toolbar=no,location=no,scrollbars=yes,directories=no,status=yes,menubar=no,fullscreen=no,resizable=yes,width="+(screen.width-40)+",height=400,left=15,top=50"); 
    gprawo1.focus();
}
