
function otworz(url, w, h){
window.open(url,"okno","scrollbars=1,left=10,top=10,screenX=10,screenY=10,width="+w+",height="+h+",");
}


