function Bs_Tree(instanceName) {this.autoCollapse = false;this.preloadDown = -1;this.captionBgColor = "yellow";this.showPseudoElement = false;this.useCheckboxSystem = false;this.checkboxSystemWalkTree = 3;this.checkboxSystemIfPartlyThenFull = true;this.checkboxSystemImgDir;this.checkboxSystemGuiNochange;this.imageDir = '/_bsJavascript/components/tree/img/win98/';this.useFolderIcon = true;this.useLeaf = true;this.walkTree = true;this.useAutoSequence = true;this._clearingHouse = new Array;this._instanceName;this._pseudoElement;this._currentActiveElement;this._elementSequence = 0;this._errorArray;this.initByArray = function(arr) {for (var i=0; i 0) {return this._errorArray[this._errorArray.length -1];} } return false;} if (!instanceName) {instanceName = 't';} this._instanceName = instanceName;var a = new Array;a['id'] = 'pseudoElement001';a['caption'] = "root";a['url'] = "";a['target'] = "";a['isOpen'] = true;this._pseudoElement = this._createTreeElement(a, 0);}