function bgr_color(obj, color) {
    obj.style.background=color;
}
