function displayError(msg, rFocus)
	{
	msg = "You must " + msg + " before continuing. Please try again."
	alert(msg)
	if (rFocus != null) rFocus.focus()
	return false
	}