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