function doLite(x,b,c1,c2) {
	x.style.backgroundColor = (b == 0) ? c1 : c2;
}