function displayStatusMsg(msgStr)
{
	status=msgStr;
	document.returnValue = true;
}

