function Stat(sStr)
  {
  window.status = sStr; 
  return true;
  }

