function gallery ($url) {
  gallerywindow = window.open($url, "gallery", "width=810,height=600,scrollbars");
  gallerywindow.focus();
}