function openBrWindow(theURL,winName,features,sizing) {
  window.open(theURL,winName,features);
}
