	function oWindow (url, titel, width, height) {
 		fenster = window.open(url, titel, "width="+width+",height="+height+",status=yes,scrollbars=no,resizable=no");
 		fenster.focus();
	}

