	// öffnet das Druck Popup
	function openPopup(url){
		window.open(url, 'popup','width=500,height=600,scrollbars=yes,resizable=yes');
	}