x=screen.width;
y=screen.height;

function open_print(url) {
  window.open(url,'print','width=700,height=500,left='+(x/2-350)+',top='+(y/2-250)+',statusbar=0,menubar=1,scrollbars=1');
}