function GallerySize(GalleryTitle) {
  var PageName =  GalleryTitle;
  window.open ( PageName, "newwindow", "height=600, width=1200, top=0, left=0, titlebar=no, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no")
}
