function foco(nomecampo) {
document.getElementById(nomecampo).focus();
}