
	// Druckseite aufrufen
	function PrintPage(Url) {
		var printwin = window.open('../print/print.asp?page=' + Url, 'PrintWin', 'width=550,height=600,resizable=yes,scrollbars=yes,menubar=yes,status=yes');
		printwin.focus();
		return false;
	}

	// Seite empfehlen
	function RecommendPage(Url) {
		var recomwin = window.open('../print/recommend.asp?page=' + Url, 'RecommendWin', 'width=550,height=600,resizable=yes,scrollbars=yes,menubar=yes,status=yes');
		recomwin.focus();
		return false;
	}