function jumptopofpage() { if (url.indexOf("tindex")<0) {self.document.location.replace(url+'#topoftable');} if (window.self==window.top) { var url= window.location.href; if ( url.indexOf("#topoftable")>0 ) { top.document.location.replace(url); } else { top.document.location.replace(url+'#topoftable'); } } else { self.document.location.replace('#topofpage'); } } function printsite(dbpath, docid) { linkopenwindow(dbpath+'/0/'+docid+'?OpenDocument&NOFS=1&TEMPL=print_default.htm', 600, 600, 'toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes'); } function openPrintPopup(url) { var w = window.open(url, "Drucken", "width=600,height=400,scrollbars=yes"); w.focus(); }