function popup(url) {
	 fenster=window.open(url, "_blank", "width=550,height=450,status=yes,scrollbars=yes,resizable=yes");
	 fenster.focus();
	 return false;
}
