
function UpdateStatusBar(text) 
{ 
  window.status=text; 
  return true;
} 
