<!-- Hide for the non capable
function link(txt) 
      {
      window.status = txt;
      setTimeout("erase()",2000);
      }
function erase()
      {
      window.status="";
      }
// so far for the hiding part -->
