function checkLengthAndFocus(b,c,d){if(c.length==b.maxLength){var a=b.nextSibling;for(i=0;i<d;i++){a=a.nextSibling}if(a){a.focus()}}};