function bCampos(tabla, nom) { ok = false; for (i=0; i<=campos[tabla].length; i++) { if (campos[tabla][i] == nom) { ok = true; return ok; } } }