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