function scbg(objRef, state) {
	objRef.style.backgroundColor = (1 == state) ? '#EEEEEE' : '#FFFFFF';
	return;
}

document.write('<style type="text/css">td.to-bgstyle, td.to-dk-bgstyle{ cursor:pointer; }</style>');