
function openBrWindow(theURL,nm) { //v2.0
  window.open(theURL,nm,'width=500,height=450,scrollbars=yes, resizable=yes,status=yes');
}