/* Fundação MT 
   Autor: Junior Gobira
   */

function vBotao(theForm) {
    theForm.jbt.disabled = true;
    theForm.jbt.value = 'Aguarde...';
    return true;
}

function setFocusField(f) {
    document.getElementById(f).focus();
}

(function($){
    $(function(){
        $('input:text').setMask();
    });
})
(jQuery);

