
	<!--
	function zoom(doc,bildbreite,bildhoehe,bildbesch,bildquelle){
		var bildhoehe2;
		bildhoehe2 = bildhoehe + 40;
		bildwindow=window.open("zoom.php?doc="+doc+"&bildbreite="+bildbreite+"&bildhoehe="+bildhoehe+"&bildbesch="+bildbesch+"&bildquelle="+bildquelle,"bildfenster","screenX="+45+",left="+45+",screenY="+45+",top="+45+",width="+bildbreite+",height="+bildhoehe2+",scrollbar=no,toolbar=no,status=no,menubar=no,location=no,directories=no");bildwindow.focus();
		}
	//-->