//inclui o css certo
if (navigator.appName == "Netscape")
{ 
  document.write ("<link rel='stylesheet' type='text/css' href='/admin/netscape.css'>");
  document.write ("<link rel='stylesheet' type='text/css' href='/netscape_css.php'>");
  document.write ("<link rel='stylesheet' type='text/css' href='/broker/netscape.css'>");
}
else
{
  document.write ("<link rel='stylesheet' type='text/css' href='/admin/explorer.css'>");
  document.write ("<link rel='stylesheet' type='text/css' href='/explorer_css.php'>");
  document.write ("<link rel='stylesheet' type='text/css' href='/broker/explorer.css'>");
}
function seleciona (pagina)
{
  document.modulos.action=pagina;
  document.modulos.submit();
}

function openReqSenha()
 {
   window.open("/register/pages/pop_req1.php","reqsenha", "directories=no,height=265,width=517,hotkeys=no,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no,copyhistory=no");
 }