//Functions for mouseover colour change in the left side

function HighlightBackground(obj,color) {
    obj.style.backgroundColor = color;
}

//Functions for mouseover colour change in the left side ends here