function teste(formato, objeto) {
campo = eval(objeto);
if (formato == 'fone'){
if (campo.value.length <= 11) {
alert ('Digite o telefone com o DDD na frente!');
		}
	}
}