addNamespace("GreenTreeSoft.WebSiteUI.en");
GreenTreeSoft.WebSiteUI.en._default_class = Class.create();
GreenTreeSoft.WebSiteUI.en._default_class.prototype = (new AjaxPro.Request()).extend({
	returnMid: function(bigId, callback) {
		return this.invoke("returnMid", {"bigId":bigId}, callback);
	},
	returnSml: function(bigId, callback) {
		return this.invoke("returnSml", {"bigId":bigId}, callback);
	},
	returnSml_2: function(bigId, midId, callback) {
		return this.invoke("returnSml_2", {"bigId":bigId, "midId":midId}, callback);
	},
	returnMidtoZone: function(mid, callback) {
		return this.invoke("returnMidtoZone", {"mid":mid}, callback);
	},
	returnZonetosml: function(zone, callback) {
		return this.invoke("returnZonetosml", {"zone":zone}, callback);
	},
	initialize: function() {
		this.url = "/WebSiteUI/ajaxpro/GreenTreeSoft.WebSiteUI.en._default,GreenTreeSoft.WebSiteUI.ashx";
	}
})
GreenTreeSoft.WebSiteUI.en._default = new GreenTreeSoft.WebSiteUI.en._default_class();

