spans=document.getElementsByTagName ('*');
for (i=0;i<spans.length;i++) {
  if (spans[i].title!='') {
    setToolTip (spans[i]);
  }
}
