// JavaScript Document
function loadImage(imname){
  d = document.getElementById("imageContent");
  d.src = imname;
}
