/* Panel */ window.P = Class.create({ initialize: function(f, options) { this.f = f; this.tree = options.tree || []; this.index = options.index || 0 ; this.name = options.name; this.item = options.item; this.r(); } ,dispose: function() { $('p' + this.index ).remove(); this.p = null; } ,r: function() { this.f.psW.insert({ bottom: this.h() }); } ,h: function() { var it, css, recent, ix=this.index, t=this.tree,bH = this.f.bW.offsetHeight, h = '