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