function openBrWindow(term){
window.open(term, 'openBrWindow',
   "toolbar=0,menubar=0,directories=0,status=0,scrollbars=1,width=800,height=600")
}
