// JavaScript Document

function
scbg(objRef, state)
{
	objRef.style.backgroundColor = (1 == state) ? '#e7eef7' : '#ffffff';

	return;
}