function menuHilightOn(obj)
{
    obj.style.backgroundColor = '#9CF76A';
}

function menuHilightOff(obj)
{
    obj.style.backgroundColor = '#79D845';
}
