function bc_set(obj0) {
  obj0.style.backgroundColor = 0xbbccff;
}
function bc_clr(obj0) {
  obj0.style.backgroundColor = '';
}

