function openBrWindow(theURL, w, h, win_name) {
  window.open(theURL, win_name, 'scrollbars=yes,resizable=yes,width='+w+',height='+h+',left=0,top=0,screenX=0,screenY=0');
}

