function help(ftext) {
	defaultStatus = window.status;
    window.status = ftext;
}

function hidehelp()
{
	window.status = defaultStatus;
}
