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