if (checkStr.indexOf('.')!=-1) { formulario.nota.value=checkStr.charAt(0)+('.')+checkStr.charAt(1); }