
function highlight (iid,image)
{
    var img = document.getElementById(iid);
    img.src=image;
}


