function
scbg(objRef, state)
{
	objRef.style.backgroundColor = (1 == state) ? '#e9c37c' : '#ffefd1';

	return;
}
