
function hideBusca(){
  var cargando = document.getElementById('busca_div');
  cargando.style.display = 'none'; 
  
  var frame_b = document.getElementById('busca_frame');
  frame_b.style.display = 'none';
}


function buscaTop(titulo, id_tema, tema)
{
  var frame_b = document.getElementById('busca_frame');
  /*frame_b.src="includes/buscando.php";
  
  var cargando = document.getElementById('busca_div');
  cargando.style.display = 'block'; 
  
  var tabla = document.getElementById('space_table');
  tabla.height=640; 
 

  frame_b.src="includes/busqueda.php?id_sistema="+id_tema+"&tipo="+tema;

  frame_b.style.display = 'block';
  
  cargando.innerHTML=titulo;*/
  
  window.location.href("manual_categoria.php?id_sistema="+id_tema+"&tipo="+tema);

}
