// JavaScript Document


	$().ajaxStart(function()  {	});	
	$().ajaxSuccess(function(){	});	




function carregarEstado(variavel) {
	//alert(variavel);
	$.post('php/pesquisaLinkEstado.php',{estado : variavel}, function(data){  
		if (data.length > 1)
			//open(data, 'new', 'width=300,height=150,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
			window.open(data, '_BLANK' );
																  
																  } );	
	
	
}
