﻿
function displayImage(id, fullid)
{
    document.getElementById("ctl00_ContentPlaceHolder1_imgDetail").setAttribute("src",id);
    document.getElementById("ctl00_ContentPlaceHolder1_hypDetailImage").setAttribute("href",fullid);
}

