addNamespace("tt_xx.Company");
tt_xx.Company.inhead_class = function() {};
Object.extend(tt_xx.Company.inhead_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	IsEnterSpace: function() {
		return this.invoke("IsEnterSpace", {}, this.IsEnterSpace.getArguments().slice(0));
	},
	url: '/ajaxpro/tt_xx.Company.inhead,tt-xx.ashx'
}));
tt_xx.Company.inhead = new tt_xx.Company.inhead_class();

