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