function changeImage(img, lnk){
  document.getElementById("enlargeLink").href = lnk;
  document.images["enlargeImage"].src = img;

}