<!--

function right(e)
{
  if (navigator.appName == "Netscape" && (e.which == 2 || e.which == 3)) 
  {
    alert("Desculpe. Conteúdo protegido.");
    return false;
  }
  else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 ||   event.button == 3))
  {
    alert("Desculpe. Conteúdo protegido.");
    return false;
  }
  return true;
}
document.onmousedown=right;
document.onmouseup=right;
if (document.layers)
  window.captureEvents(Event.MOUSEDOWN);
if (document.layers)
  window.captureEvents(Event.MOUSEUP);
window.onmousedown=right;
window.onmouseup=right;

function Abre_Janela()
{
   win = open("/banco/ver_paginas.htm", "Área_Exclusiva", "toolbar=1,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,screenX=0,screenY=0,left=0,top=21,width=790,height=502","_blank")
   return true;
}

function Abre_Chat()
{
   win = open("/chat3/chat_pag1.htm", "Área_Exclusiva", "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,screenX=0,screenY=0,left=0,top=21,width=790,height=502","_blank")
   return true;
}

// Ajuda

function openWin(url,name) 
{
popupWin = window.open(url, focus(),
'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,screenX=0,screenY=0,left=222,top=192,width=330,height=300');
}


// -->
