<!--
function scbg(objRef, state, color_roll, color_normal) {
	document.getElementById(objRef).style.backgroundColor = (1 == state) ? color_roll : color_normal;
	return;
}
-->
