// JavaScript Document
function auto(form){
if(document.form.ddd.value.length == 2){document.form.telefone.focus();}}

