﻿
function displayImage(id, fullid,width,height)
{
    document.getElementById("imgMain").setAttribute("src",id);
    document.getElementById("linkMain").setAttribute("href",fullid);
  
}



