function MM_displayStatusMsg(msgStr) { 
  window.status=msgStr;
  document.MM_returnValue = true;
}