
function openBrWindow(theURL,winName,features) {
  winobj = window.open(theURL,winName,features);
  winobj.focus();
}

