function popup (url) {
 fenster = window.open(url, "Popupfenster", "width=690,height=540,status=yes,scrollbars=yes,resizable=yes");
 fenster.focus();
}