function sbOver(text) {
	if (text == '') {
		text = '...';
	}
	document.getElementById('sbText').innerHTML=text;
}
