function hi( obj )
{
    obj.style.backgroundColor='#f1f1f1';
}

function unhi( obj )
{
    obj.style.backgroundColor='';
}