if(typeof StoreFront == "undefined") StoreFront={};
if(typeof StoreFront.StoreFront == "undefined") StoreFront.StoreFront={};
if(typeof StoreFront.StoreFront.CAttributeControl == "undefined") StoreFront.StoreFront.CAttributeControl={};
StoreFront.StoreFront.CAttributeControl_class = function() {};
Object.extend(StoreFront.StoreFront.CAttributeControl_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	UpdateAttribute: function(attId, prodId) {
		return this.invoke("UpdateAttribute", {"attId":attId, "prodId":prodId}, this.UpdateAttribute.getArguments().slice(2));
	},
	url: '/ajaxpro/StoreFront.StoreFront.CAttributeControl,StoreFront.ashx'
}));
StoreFront.StoreFront.CAttributeControl = new StoreFront.StoreFront.CAttributeControl_class();

