function fechar() {
	var jan = document.getElementById("rodape");
	jan.style.display = 'block';

	if ((document.body.clientHeight  < 650) || (window.innerHeight < 650)) {
	
		var tar = document.getElementById("main_site");
		tar.style.height = '620';
	}
};
