function openBrWindow(theURL,winName,features,fieldid) { 
  var newwin = window.open(theURL+'?'+fieldid,winName,features);
  newwin.focus()
}