function openGallery(location) {
  window.open(location,'GalleryWindow','width=538,height=550,status=1,scrollbars=1,resizable=0');
}