function abrirCarregando() {
	document.getElementById('loading').style.left = '725px';
}

function fecharCarregando() {
	document.getElementById('loading').style.left = '-200px';
	setTimeout("opacity('div_janela', 0, 100, 2000)", 0);
}

