function rwOver(text) {
	if (text == '') {
		text = '';
	} 
	else
	{
		text='<b>'+text+'</b>';
	}
	document.getElementById('rwText').innerHTML=text;
}
