function openPFPCWindow(){ var params = "width=800,height=576,directories=1,location=1,menubar=1,resizable=1,scrollbar=1,status=1,toolbar=1,scrollbars=1,dependent=0"; var x = y = mX = mY = 0; var loc = "", url = "http://portfolio.primerica.com/"; if (!!screen.width && !!screen.height) {  mX = 0 + screen.width;  mY = 0 + screen.height;  if (mX > 800) x = ((mX / 2) - 400);  if (mY > 600) y = ((mY / 2) - 300); } loc = self.document.location.href; if ((loc.indexOf('ww3') < 0) && (loc.indexOf('ww4') < 0) && (loc.indexOf('www') < 0)) {  url = "http://portfoliot.primerica.com/"; } params += ",left=" + x + ",top=" + y + ",screenX=" + x + ",screenY=" + y; var W = window.open(url,"ShareholderAccountManager",params); if (!!W) W.focus();}