<!--
			function frameLoader(heftNavSrc,contentAreaSrc){
			// Laden der verschiedenen Frames
				parent.heftNav.document.location.href=heftNavSrc;
				parent.contentArea.document.location.href=contentAreaSrc;
				}
		//-->