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