 function moveover(txt)
     { window.status = txt; setTimeout("erase()",5000); }

     function erase()
     { window.status=""; }
