function GPWAVerificationPopup(el) { return VerificationPopup(el); } function APCWVerificationPopup(el) { return VerificationPopup(el); } function VerificationPopup(el) { var w=650; var h=705; var l=(screen.width-w)/2; var t=(screen.height-h)/2; window.open(el, 'GPWA','width='+w+', height='+h+',left='+l+',top='+t); return false; }