function openBrWindow(theURL) {
  window.open(theURL,'','scrollbars=yes,width=450,height=530');
}
function openGallery(theURL) {
  window.open(theURL,'','scrollbars=yes,location=yes,width=500,height=416');
}
