function onMOver(varText) {
	window.status=varText;
	return true;
}

function onMOut() {
	window.status=' '; 
	return true;
}