﻿    function HighlightUpperRight(imgID, imgSource)
    {   
        document.getElementById(imgID).src = imgSource;
    }
