w=800;
h=200;
var left = (screen.width/2)-(w/2);
var top = (screen.height/2)-(h/2);
var f="height="+h+",width="+w+",left="+left+",top="+top;
var printWin = window.open("modules/popup.php","printSpecial",f);
printWin.document.open();
printWin.print() ;
printWin.close();