function contatoEnviar(form){
	if(validacao(form)){
			var doc = eval('document.'+form);
			return true;
	}
	return false;
}