http://krook.org/jsdom/

boolean disabled

codice:
function fatturazione()
    {
        if(document.getElementById("nomefatt").disabled==false){
            document.getElementById("nomefatt").disabled=true;
        }else{
            document.getElementById("nomefatt").disabled=false;
        }
    }