<!--
var vImagemDown = "#EEEEA4";
var idtrAtivo = document.location.search.substring(1);

function Ativa(){
   if(idtrAtivo != ''){
       //if (idtrAtivo.substring(2) >= 10){
            //document.getElementById(idtrAtivo).bgColor = "#FFFFB7";
       //}
              //else{ 
	                document.getElementById(idtrAtivo).bgColor = "#FFF29B";
 	          //}
   }
}

function fOver(idtr){  
   		vRestore = document.getElementById(idtr).bgColor;
		//if (idtr.substring(2) >= 10){
		     //document.getElementById(idtr).bgColor = '#FFF29B'//"#FFFFB7";
	    //}
		   //else{
		         document.getElementById(idtr).bgColor = "#FFF29B";
		   //}
}

function fOut(idtr){
     if (idtrAtivo != idtr){
		   document.getElementById(idtr).bgColor = vRestore;
	 }
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  args[2]? vPar3 = '?'+args[2]: vPar3 = '';
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+ vPar3 + "'");
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
// -->

// funçoes de popUp
function exibirPopUp( obj ) {
	
	
 var id = obj;
 
 switch(id) {
	  
	  case "GaleriaRepictX":
	  window.open ("../noticias/galeriaRepict.htm", "inpi", "location=0,status=0, top=130, left=150, scrollbars=yes,width=750,height=580"); 
	  break;
  
 }

	
}