function drucken(url) {
	window.open(url,'print','scrollbars=yes,toolbar=no,status=no,resizable=yes,width=700,height=700');
}
