function MsgOff()
{
	return MsgOn("");
}

function MsgOn(str)
{
	window.status = str;
	return true;
}

function GP_popupConfirmMsg(msg)
{
  document.MM_returnValue = confirm(msg);
}
