function popup (url) {
 fenster = window.open(url, "fenster1", "width=600,height=800,status=yes,scrollbars=yes,resizable=yes");
 fenster.focus();
}
