﻿
function ShowLargeImage(anchor) {

    var img = document.getElementById("imgLarge");
    img.src = anchor.href;

}