
	function popup(url) {
	 fenster=window.open(url, "mehr", "width=457,height=455,resizable=yes,scrollbars=yes,dependent=yes,left=284,top=200,status=no");
	 fenster.focus();
	 return false;
	
