function CarregaConteudo(destino) {
	if (document.getElementById(destino)) {
		mostraCarregando();

		// busca o arquivo
		ExecutaAjax(__URL__ + '__loadfiles/temporeal/carrega_conteudo_geral.load.php',destino,'conteudo');
	}
}