<!--
function numTyped(current, next,maxlen) {
  var len = current.value.length
  if (len==maxlen) {
    next.focus()
  }
}
//-->

