if (document.all) {
  var obj = document.getElementById(spanName);
  obj.innerHTML = obj.innerHTML;
}
