function PrintThisPage() {
	printwd = window.open("hauptsitz_detail_pw.html","ppc","resizable=yes,scrollbars=yes,menubar=yes,width=610,height=500");
	if (isWin) {
		printwd.print();
	}
}
