function enlargeImg(title,name,image) {
  document.galleryform.title.value=title;
  document.galleryform.name.value=name;
  document.galleryform.image.value=image;
  document.galleryform.submit();
}

