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