if(typeof tax == "undefined") tax={};
if(typeof tax.doData == "undefined") tax.doData={};
tax.doData_class = function() {};
Object.extend(tax.doData_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	aa: function(bb) {
		return this.invoke("aa", {"bb":bb}, this.aa.getArguments().slice(1));
	},
	GetTrade: function() {
		return this.invoke("GetTrade", {}, this.GetTrade.getArguments().slice(0));
	},
	GetChildName: function(Trade) {
		return this.invoke("GetChildName", {"Trade":Trade}, this.GetChildName.getArguments().slice(1));
	},
	GetTradeName: function(Trade, ChildName, Subentry) {
		return this.invoke("GetTradeName", {"Trade":Trade, "ChildName":ChildName, "Subentry":Subentry}, this.GetTradeName.getArguments().slice(3));
	},
	url: '/ajaxpro/tax.doData,tax.ashx'
}));
tax.doData = new tax.doData_class();

