function scbg2(objRef, state) {
	objRef.style.backgroundColor = (1 == state) ? '#2b2b2b' : '#000000';
	return;
}
