if(typeof GETS == "undefined") GETS={};
if(typeof GETS.Web == "undefined") GETS.Web={};
if(typeof GETS.Web.Controls == "undefined") GETS.Web.Controls={};
if(typeof GETS.Web.Controls.Client == "undefined") GETS.Web.Controls.Client={};
if(typeof GETS.Web.Controls.Client.ClientQuickLookup == "undefined") GETS.Web.Controls.Client.ClientQuickLookup={};
GETS.Web.Controls.Client.ClientQuickLookup_class = function() {};
Object.extend(GETS.Web.Controls.Client.ClientQuickLookup_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetClientList: function(keyword, gxExchangeUID, gxExchangeID, listType) {
		return this.invoke("GetClientList", {"keyword":keyword, "gxExchangeUID":gxExchangeUID, "gxExchangeID":gxExchangeID, "listType":listType}, this.GetClientList.getArguments().slice(4));
	},
	url: '/ajaxpro/GETS.Web.Controls.Client.ClientQuickLookup,App_Web_w79vsexh.ashx'
}));
GETS.Web.Controls.Client.ClientQuickLookup = new GETS.Web.Controls.Client.ClientQuickLookup_class();

