function neu(URL) {  NeuesFenster = window.open(URL, "_blank",   "width=700,height=680,menubar=no,location=no,resizeable=yes,status=no,scrollbars=no,toolbar=no");  NeuesFenster.focus();}
