// JavaScript Document
function redimensiona(origem){
	parent.document.getElementById(this.name).style.height = document.getElementById(origem).offsetHeight;
}

function centraliza(){
		altura = document.getElementById('div_tela').offsetWidth;
		topo = (altura-screen.height)/2;
		document.getElementById('div_tela').style.top = topo;
	}
	
function fn_busca(categoria, texto){
	ajaxHTML("conteudo","pagina/site/juridico_texto.php?classe=" + categoria + "&busca=" + texto);
}

function fn_classe(categoria, texto, classe){
	ajaxHTML("conteudo","pagina/site/juridico_texto.php?classe=" + categoria  + "&busca=" + texto + "&categoria="+classe);
}