function phoneFocus(from,len,to){
if(from.value.length==len)
to.focus();

}


