function statbar(text)  {
	window.status=text;
	return true;
}


