//-- Formata Campo -- function FormataCampo(object,evento,mascara) { var tecla = evento.keyCode; var valor, temp, temp2; valor = object.value; temp = ""; temp2 = ""; if (tecla==8){ valor=valor.substring(0,valor.length); } for (i=0;i