function autoTabCursor(fieldsize, fieldlength, nextfield)
{
   if (fieldsize < fieldlength + 1)
      { nextfield.focus(); }
}
