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