function mudarteste(valor){
	url = "action/acoes.php?show=" + valor;
	carregaconteudo(url,"mudanca");
}

function enderecoentrega(valor){
	url = "action/acoes.php?show=" + valor;
	carregaconteudo(url,'substituiEndereco');
}
	