// Automate escapes from full fields
function checklen(x,y)
{ if (y.length==x.maxLength)
 { var next=x.tabIndex; if (next<document.getElementById("myform").length)
  { document.getElementById("myform").elements[next].focus();
   }}}
