if (!Bs_Objects) {var Bs_Objects = [];};function Bs_Checkbox() { this._id;this._tagId;this.checkboxName;this.value = 0;this.noPartly = false;this.disabled = false;this.setDisabled = function(b) { if (typeof(b) == 'undefined') b = !this.disabled;this.disabled = b;this.drawInto(this._tagId);} this.guiNochange = false;this.caption;this.imgDir = '/check_box/';this.imgWidth = '20';this.imgHeight = '20';this.imgStyle = '';this.useMouseover = false;this.eventOnClick;this.eventOnChange;this._constructor = function() { this._id = Bs_Objects.length;Bs_Objects[this._id] = this;this._tagId = "Bs_Checkbox_"+this._id+"_";} this.render = function(tagId) { if (this.noPartly && (this.value == 1)) this.value = 2;if (!bs_isEmpty(tagId)) { this._tagId = tagId;} var out = new Array();var outI = 0;var img = '';img += (this.disabled) ? 'disabled' : 'enabled';img += '_' + this.value;if (!this.disabled) { out[outI++] = '