<!--

window.onerror=null;
Name = navigator.appName;
versao = parseInt(navigator.appVersion);
if ((Name == "Netscape" && versao >=3) || (Name == "Microsoft Internet Explorer" && versao >= 4))
  ver = "sim";	
else
  ver = "nao"; 

function ratinho_on(in1,imon_a)
{
   if (ver=="sim")
   {
      document['x'+in1].src = imon_a; 
   }
}

function ratinho_off(in1,imoff_a)
{
   if (ver=="sim")
   {
      document['x'+in1].src = imoff_a; 
   }
}



function janela(nome)
        {
varjanela=window.open(nome+".html",nome,"'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=400,height=165"); 
  }

function janela1(nome)
        {
varjanela=window.open(nome+".html",nome,"'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=550,height=480"); 
        }

function janela2(nome)
        {
varjanela=window.open(nome+".html",nome,"'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=700,height=520"); 
        }

function janela3(nome)
        {
varjanela=window.open(nome+".html","_blank","toolbar=no,status=no,menubar=no,location=no,resizable=no,width=1010,height=700,scrollbars=0");
        }

function Is() {
    var agent = navigator.userAgent.toLowerCase();
    this.major = parseInt(navigator.appVersion);
    this.minor = parseFloat(navigator.appVersion);
    this.ns  = ((agent.indexOf('mozilla')!=-1) && ((agent.indexOf('spoofer')==-1) && (agent.indexOf('compatible') == -1)));
    this.ns2 = (this.ns && (this.major == 2));
    this.ns3 = (this.ns && (this.major == 3));
    this.ns4b = (this.ns && (this.minor < 4.04));
    this.ns4 = (this.ns && (this.major >= 4));
    this.ie   = (agent.indexOf("msie") != -1);
    this.ie3  = (this.ie && (this.major == 2));
    this.ie4  = (this.ie && (this.major >= 4));
    this.op3 = (agent.indexOf("opera") != -1);
}

var is = new Is();

if (is.ns3 || is.ie3) {document.write('<!');document.write('-- este site só é visível com versões 4 ou superiores de Internet Explorer e Netscape')}



//-->
