function buscar(){
	valor=document.getElementById("txt").value;
	location.href="franquicias_categoria.php?txt="+valor+"";
}