// JavaScript Document
function redireciona(url) {
	document.location.href=url;	
}
function voltar(){
	history.back();	
}
