function popWindow(D,C,E,B){var A=(screen.width-E)/2;var H=(screen.height-B)/2;var F="height="+B+",width="+E+",screenX="+A+",left="+A+",screenY="+H+",top="+H+",location=no,scrollbars=yes,menubar=no,resizable=no,status=no,toolbar=no";var G=window.open(D,C,F);G.focus();}