function neuesFenster(url) {

fenster = window.open(url, '', 'menubar=no, scrollbars=yes');
fenster.focus();
}
