if(typeof Microsoft == "undefined") Microsoft={};
if(typeof Microsoft.Solutions == "undefined") Microsoft.Solutions={};
if(typeof Microsoft.Solutions.Applications == "undefined") Microsoft.Solutions.Applications={};
if(typeof Microsoft.Solutions.Applications.Browse == "undefined") Microsoft.Solutions.Applications.Browse={};
Microsoft.Solutions.Applications.Browse_class = function() {};
Object.extend(Microsoft.Solutions.Applications.Browse_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CompareProducts: function(catalogName, productIds) {
		return this.invoke("CompareProducts", {"catalogName":catalogName, "productIds":productIds}, this.CompareProducts.getArguments().slice(2));
	},
	CmpisDiscounted: function(discountType) {
		return this.invoke("CmpisDiscounted", {"discountType":discountType}, this.CmpisDiscounted.getArguments().slice(1));
	},
	CmpGetDiscountRate: function(discountType) {
		return this.invoke("CmpGetDiscountRate", {"discountType":discountType}, this.CmpGetDiscountRate.getArguments().slice(1));
	},
	url: '/yrdn/ajaxpro/Microsoft.Solutions.Applications.Browse,Microsoft.CommerceServer.YurdanStore.ashx'
}));
Microsoft.Solutions.Applications.Browse = new Microsoft.Solutions.Applications.Browse_class();

