
window.defaultStatus = ''

function mHover(newText)
{
	window.status = newText;
}

