function callFive(user, senha){
	document.getElementById("txtUsername").value = user;
	document.getElementById("txtSenha").value = senha;
	document.frmFive.submit();
}

function AudioLivro(){
	window.open('http://www.audiolivro.net.br/educacional/reflexao.html', '_blank');
	//window.location.href = 'http://www.audiolivro.net.br/educacional/reflexao.html';
}

function Email(){
	window.location.href = 'mailto:contatos@cesardionisio.com';
	return false;
}