function popup (url) {
 fenster=window.open(url, "login", "width=840,height=420,resizable=yes,scrollbars=yes,location=yes,menubar=yes,toolbar=yes,status=yes,left=20,top=20");
 fenster.focus();
 return false;
}
