if(typeof ProSearchDB == "undefined") ProSearchDB={};
if(typeof ProSearchDB.ClientList1 == "undefined") ProSearchDB.ClientList1={};
ProSearchDB.ClientList1_class = function() {};
Object.extend(ProSearchDB.ClientList1_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getClientListX: function(IndId, LocId) {
		return this.invoke("getClientListX", {"IndId":IndId, "LocId":LocId}, this.getClientListX.getArguments().slice(2));
	},
	url: '/ajaxpro/ProSearchDB.ClientList1,ProSearchDB.ashx'
}));
ProSearchDB.ClientList1 = new ProSearchDB.ClientList1_class();

