if(typeof Commerce == "undefined") Commerce={};
if(typeof Commerce.Web == "undefined") Commerce.Web={};
Commerce.Web.ACP_class = function() {};
Object.extend(Commerce.Web.ACP_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RunCommand: function(url, ProcessCode, CategoryId, ItemId, CommandParameter) {
		return this.invoke("RunCommand", {"url":url, "ProcessCode":ProcessCode, "CategoryId":CategoryId, "ItemId":ItemId, "CommandParameter":CommandParameter}, this.RunCommand.getArguments().slice(5));
	},
	url: '/ajaxpro/Commerce.Web.ACP,App_Web_acp.ascx.b624325d.ashx'
}));
Commerce.Web.ACP = new Commerce.Web.ACP_class();

