function openGallery(theURL,width,height) {
  newWin = window.open(theURL,'newWindow','width='+width+',height='+height+',status=0,location=0,toolbar=0,menubar=0');
  newWin.focus()
}
