function Impressum() 
  {
 newWin=window.open("../d_impr.html","newWindow","status=yes,toolbar=no,scrollbars=no,directories=no,location=no,resize=no,width=325,height=375,screenX=0,screenY=0")
  }

  
function agb()
  {
 newWin=window.open("../d_agb.html","agbtext","status=yes,toolbar=no,scrollbars=yes,directories=no,location=no,resize=no,width=320,height=390,screenX=0,screenY=0")
  }

window.onload = function() {
	if (parent.frames.length > 0) {
    	document.getElementById('header').style.display='none';
		document.getElementById('menu').style.display='none';
		document.getElementById('footer').style.display='none';
	}
}