function openBrWindow(theURL,winName,features) {
  var galWin = window.open(theURL,winName,features);
  galWin.focus();
  return false;
}
