function popup(url) {
    fenster=window.open(url, "Popupfenster", "width=600,height=400,resizable=yes");
    fenster.focus();
}
