function Fenster_800(id) { Fenster = window.open("xml_struktur.php?id="+id,"Projektsite","width=800,height=550,resizable=yes,scrollbars=yes,menubar=no"); Fenster.focus(); } function openwindowablage(dateiname,breite,hoehe) { zwab=window.open(dateiname,'zwischenablage','dependent=yes,toolbar=no,scrollbars=yes,status=no,menubar=no,location=no,resizable=yes,width='+breite+',height='+hoehe+',left=0,top=0'); zwab.focus(); } function disableInlineEdit(cookieName) { // Ablaufdatum des Cookies einfach in die Vergangenheit temp = ''; document.cookie = cookieName + "= " + temp + "; expires=Thu, 01-Jan-70 00:00:01 GMT;"; document.location.reload(); }