function voltar() {
	return history.back();
}

function topo() {
	return window.scroll(0,0);
}