// JavaScript Document

function chbg(objRef, state) {
	objRef.style.backgroundColor = (1 == state) ? '#DA9C3D' : '#D1830C';
	return;
}
