function textfenster(url) {
        text_fenster = window.open(url,"Text","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,WIDTH=500,HEIGHT=600")
        if (navigator.appName != "Microsoft Internet Explorer")
                text_fenster.focus()
}
