// <![CDATA[
	function popup(url,width,height) {
		fenster = window.open(url, "fenster1", "width="+width+",height="+height+",status=yes,scrollbars=no,resizable=no");
		fenster.focus();
	}
// ]]>