%firebugDTD; ]> code which, // for reasons I don't grasp yet, never hides the scroll buttons // after the first them they are shown - so we must do it ourselves var scrollbox = document.getAnonymousElementByAttribute( this.popup, "class", "popup-internal-box"); scrollbox["_scrollButtonUp"].collapsed = true; scrollbox["_scrollButtonDown"].collapsed = true; this._closed = false; this.searchString = ""; this.onkeypress = FBL.bind(this.onKeyPress, this); window.addEventListener("keypress", this.onkeypress, true); ]]>