function openBrWindow(URL,winName,features) {
  detailFenster = window.open(URL,winName,features);
  detailFenster.focus();
}

