你这样写。
disableList("username");
function disableList(objname){
   obj = document.all(objname)
   .....
}