function highlightLink(element, enable)
{
        document.getElementById(element).style.backgroundColor = (enable) ? "#FF6600" : "#FFFFFF";
}
