var pi=new Array(8);

function galleryEnlarge(imageName)
{
  document.getElementById("enlarged").src = "images/gallery/" + imageName + ".jpg";
}


