function popup(url) {
 fenster=window.open(url, "Popupfenster", "width=900px,height=600px,resizable=yes,scrollbars=yes,toolbar=yes");
 fenster.focus();
 return false;
}