xofset=10;yofset=40;
function edycja() {x=320;y=250;LeftPosition=(screen.width)?(screen.width-x)/2:100;TopPosition=(screen.height)?(screen.height-y)/2:100;
config='toolbar=no,location=no,directories=no,status=no,menubar=no,width='+(x+xofset)+',height='+(y+yofset)+',top='+(TopPosition-yofset)+',left='+LeftPosition+',scrollbars=no,resizable=no'
pop=window.open("../php/editbook.php","edytor", config);
}
function edycjabibl() {x=300;y=200;LeftPosition=(screen.width)?(screen.width-x)/2:100;TopPosition=(screen.height)?(screen.height-y)/2:100;
config='toolbar=no,location=no,directories=no,status=no,menubar=no,width='+(x+xofset)+',height='+(y+yofset)+',top='+(TopPosition-yofset)+',left='+LeftPosition+',scrollbars=no,resizable=no'
pop=window.open("inc/editbook_bibl.php","edytor", config);
}
function poczta(adres) {x=435;y=330;LeftPosition=(screen.width)?(screen.width-x)/2:100;TopPosition=(screen.height)?(screen.height-y)/2:100;
config='toolbar=no,location=no,directories=no,status=no,menubar=no,width='+(x+xofset)+',height='+(y+yofset)+',top='+(TopPosition-yofset)+',left='+LeftPosition+',scrollbars=no,resizable=no'
pop=window.open("../php/sendmail.php?do="+adres,"poczta", config);
}
