ES_class = function() {};
Object.extend(ES_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PopulateChild: function(ParentName, ParentValue) {
		return this.invoke("PopulateChild", {"ParentName":ParentName, "ParentValue":ParentValue}, this.PopulateChild.getArguments().slice(2));
	},
	url: '/ajaxpro/EnterpriseStudy.ES.Fields,EnterpriseStudy.ashx'
}));
ES = new ES_class();

