<!--
today= new Date();
function isnArray() {
 argnr=isnArray.arguments.length;
  for (var i=0;i<argnr;i++) {
   this[i+1] = isnArray.arguments[i];
  }
 }
var isnMonths=new isnArray("Janeiro","Fevereiro","Março","Abril","Maio","Junho","Julho","Agosto","Setembro","Outubro","Novembro","Dezembro");

// Select Gov Federal
function nova_jan(newwindow)
{
  var desktop = window.open(newwindow,'new_window','toolbar=yes,location=yes,directories=yes,status=yes,scrollbars=yes,menubar=yes,resizable=yes');
}

function popupform(myform, windowname)
{
if (! window.focus)return true;
window.open('', windowname, 'height=135,width=290,scrollbars=no');
myform.target=windowname;
return true;
}

function abrijan(theURL,winName,features) { //IFRJ
  window.open(theURL,winName,features);
}
//-->