function bg(obj, state) {
/*
	obj.style.backgroundColor = (1 == state) ? 'antiquewhite' : 'snow';
	return;
*/
}
