function setWait(id){
  try{

    document.getElementById(id).innerHTML='<img src=\'custom/images/ajax/wait.gif\' width=\'20px\'/>';
  }catch(err){alert("Element ["+id+"] not found in setWait.");}
}