// JavaScript Document
function
scbg(objRef, state)
{
	objRef.style.backgroundColor = (1 == state) ? '#056305' : '#e1f5e1';

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

	return;
}
