// Fullwin opener - NavegarBrasil (62) 8405-1203 / suporte@navegarbrasil.com.br
        function abre(pUrl,pTit,pLX,pAY) {
  var xx=50;
  var yy=50;
  if (navigator.appVersion.substring(0,1)>3) {
    xx=((screen.width-pLX-8)/2);
    yy=((screen.height-pAY-15)/2);
  }
  window.open(pUrl,pTit,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width='+pLX+',height='+pAY+',top='+yy+',left='+xx+',screenX='+xx+',screenY='+yy);
        }
