function openPicture(photo,Pwidth,Pheight)
  {
  window.open("galleryBlank.htm?image=" + photo,'','width=' + Pwidth + ',height=' + Pheight);
  }
