if ($debug) Debug.write("onselect ",sel,this.refObj,this.doUpdate); if (this.refObj != null) { if (this.doUpdate) { this.refObj.setSelectedValue(sel.text,sel.value); this.setAttribute("visibility","hidden"); this.doUpdate = false; } } if ($debug) Debug.write("on isopen ",o); if (!o) { lz.Timer.addTimer( new LzDelegate( this, "removeItem" ), 200 ); } if (this.visibility == "visible") { this.setAttribute("visibility","hidden"); this.doUpdate = false; }