﻿function zeigeImpressum() {
	Win=window.open('impressum.html','_blank','width=580, height=580, scrollbars=1');
      		Win.focus();
}
