<!--
function openRecht()
{
  var _top = Math.ceil((screen.availHeight - 540) / 2);
  var _left = Math.ceil((screen.availWidth - 540) / 2);
  var kontaktpopup = window.open('rechtliches.html', "Test", "width=540,height=540,location=no,menubar=no,resizable=no,scrollbars=yes,status=no,toolbar=no,left=" + _left + ",top=" + _top);
  kontaktpopup.focus();
}

//-->