// JavaScript Document

function Fsubmit(pagina) {
	location.href=pagina;
}

function Fmensagem(msg){
	alert(msg);
}