<!--
// JavaScript Document
	function oeffneFenster(wohin,name,status) {
		window.open(wohin,name,status);
	}
-->

