﻿// JScript File

function ShowImage(ImgSrc)
{
    document.getElementById('ctl00_ContentPlaceHolder1_imgPicLarge').src = ImgSrc;
}