﻿function on(obj) {
    obj.style.backgroundColor = "#DEDECF";
}

function off(obj) {
    obj.style.backgroundColor = "#FFFFFF";
}
