var phone_field_length=0; function TabNext(current, to) { if (current.value.length>=1) { current.value = current.value.slice(0,1); to.focus() } }