
function openBrWindow(theURL,winName) {
  features = 'scrollbars=yes,left=200,top=200,width=420,height=250';
  window.open(theURL,winName,features);
}

//JAVASCRIPT # VOID
function hyperrefVoid() { }

//END

