    <!-- javascript para disponibilizar pop up em flash -->
    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 TempoEsconde(ID, tempo)
    {
    tempo = Math.ceil(tempo);
    setTimeout("document.getElementById('"+ID+"').style.visibility='hidden'", tempo);
    }
    
    function Esconde(){
    document.getElementById('flash').style.visibility="hidden";
    }
    function insertObject(str) {
        document.write(str);
    }
	
    //--> final do javascript para disponibilizar pop up em flash     

<!--página licitacos.asp-->
	function Visualizar(DSLink, tipo)
	{
		if(tipo == 1)
		{
			window.open('pdfSistema/SDAC/PublicacoesAntigas/'+DSLink,'_blank');
		}
		else
		{
			window.open('pdfSistema/SDAC/'+DSLink,'_blank');
		}
	}
	
	function VisualizarAcordao(DSLink)
	{
		window.open('http://www.antaq.gov.br/Portal/pdfSistema/Publicacao/Acordaos/'+DSLink,'_blank');
	}	

<!--Controle do select barra governo-->
	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');
	   }

<!-- abertura dos hotsites
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
