function highlight(obj,img) {
   obj.src = img;
}

// un-highlight a link
function unhighlight(obj,img) {
   obj.src = img;
}

