function hlight(obj) {
    obj.style.backgroundColor = '#f3f3f3';
}

function ulight(obj) {
    obj.style.backgroundColor = '#e9e9e9';
}