if(typeof JCAPUI == "undefined") JCAPUI={};
JCAPUI_class = function() {};
Object.extend(JCAPUI_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetParts: function(point, next, pagesize, number, name, groupID, markID, manufacturerID, manufacturerName) {
		return this.invoke("GetParts", {"point":point, "next":next, "pagesize":pagesize, "number":number, "name":name, "groupID":groupID, "markID":markID, "manufacturerID":manufacturerID, "manufacturerName":manufacturerName}, this.GetParts.getArguments().slice(9));
	},
	url: '/ajaxpro/ipby.jc.JCAPUI,ipby.ashx'
}));
JCAPUI = new JCAPUI_class();

