<!--
function openBrWindow(theURL) {
  DetailWindow = window.open(theURL,'Detail','width=650,height=400,scrollbars=yes,resizable=no');
  DetailWindow.focus();
}

function openNewsLetter(theURL) {
  CWNewsletterAbo2 = window.open(theURL,'CWNewsletterAbo2','scrollbars=no,resizable=no,width=550,height=450');
  CWNewsletterAbo2.focus();
}

function DisplayImpressum() {
 Impressum = window.open("","Impressum","width=550,height=450,scrollbars,resizable=yes");
 Impressum.focus();
}
//-->