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