<!--
function emptySearch() {
  el = document.getElementById('search-top-input');
  if (null != el) {
    if ('Suchbegriff' == el.value) {
      el.value = '';
    }
  }
}

function openGallery(url) {
  window.open(url, 'nrwsportstiftunggallery', 'width=480,height=580,left=100,top=100,dependent=no,hotkeys=no,innerHeight=580,innerWidth=480,location=no,resizable=no,scrollbars=no,status=no,toolbar=no');
}
//-->