function cbg_on(t, color) {
	t.style.background = color;
}

function cbg_off(t, color) {
	t.style.background = color;
}

