var sh=screen.height
var sw=screen.width
if (!sh)
{  var sh=0
}
if (!sw)
{  sw=0
}

var myref=window.location.href
if (myref.indexOf("secure")<0)
{  window.open("http://goldpactpower.com/signin.html?secure")
   setTimeout("self.close()",3000)
   var myWin = window.open('','_parent','')
   if (!myWin)
   {  var myWin=""
   }  else
   {  myWin.close()
   }
}  else
{  if (sh==0 || sw==0)
   {  var mybody="<iframe src=\"http://goldpactpower.com/caccount.html?framed\" width=1000 height=650></iframe>"
   }  else
   {  var shc=sh.toString()
      var swc=sw.toString()
      var mybody="<iframe src=\"http://goldpactpower.com/caccount.html?framed\" width="
      mybody+=swc
      mybody+=" height="
      mybody+=shc
      mybody+="></iframe>"
   }
   document.write(mybody)
}
