if(typeof bbx == "undefined") bbx={};
if(typeof bbx.bbx2 == "undefined") bbx.bbx2={};
bbx.bbx2_class = function() {};
Object.extend(bbx.bbx2_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	doLm: function(content) {
		return this.invoke("doLm", {"content":content}, this.doLm.getArguments().slice(1));
	},
	doDownLoadTj: function() {
		return this.invoke("doDownLoadTj", {}, this.doDownLoadTj.getArguments().slice(0));
	},
	url: '/ajaxpro/bbx.bbx2,bbx.ashx'
}));
bbx.bbx2 = new bbx.bbx2_class();

