function imageGallery(URL) {
  window.open("http://www.fernbrookfarms.com/nursery/gallery.php?id=" + URL, 'imageGallery', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=850,height=525,left=50,top=50');
}
