if(typeof products_Store_Default == "undefined") products_Store_Default={};
products_Store_Default_class = function() {};
Object.extend(products_Store_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AddProduct: function(pRef) {
		return this.invoke("AddProduct", {"pRef":pRef}, this.AddProduct.getArguments().slice(1));
	},
	SetCountryId: function(cId) {
		return this.invoke("SetCountryId", {"cId":cId}, this.SetCountryId.getArguments().slice(1));
	},
	RemoveProduct: function(pRef) {
		return this.invoke("RemoveProduct", {"pRef":pRef}, this.RemoveProduct.getArguments().slice(1));
	},
	SaveDetails: function(firstname, lastname, emailaddress, name, address1, address2, address3, city, county, postcode, countryId, howdidyouhear, addToMailing, quantityProgBeg, basicPriceProgBeg, formatProgBeg, quantityProgInt, basicPriceProgInt, formatProgInt, quantityProgAdv, basicPriceProgAdv, formatProgAdv, quantityProgPro, basicPriceProgPro, formatProgPro, quantityAC, basicPriceAC, formatAC) {
		return this.invoke("SaveDetails", {"firstname":firstname, "lastname":lastname, "emailaddress":emailaddress, "name":name, "address1":address1, "address2":address2, "address3":address3, "city":city, "county":county, "postcode":postcode, "countryId":countryId, "howdidyouhear":howdidyouhear, "addToMailing":addToMailing, "quantityProgBeg":quantityProgBeg, "basicPriceProgBeg":basicPriceProgBeg, "formatProgBeg":formatProgBeg, "quantityProgInt":quantityProgInt, "basicPriceProgInt":basicPriceProgInt, "formatProgInt":formatProgInt, "quantityProgAdv":quantityProgAdv, "basicPriceProgAdv":basicPriceProgAdv, "formatProgAdv":formatProgAdv, "quantityProgPro":quantityProgPro, "basicPriceProgPro":basicPriceProgPro, "formatProgPro":formatProgPro, "quantityAC":quantityAC, "basicPriceAC":basicPriceAC, "formatAC":formatAC}, this.SaveDetails.getArguments().slice(28));
	},
	url: '/ajaxpro/products_Store_Default,FatSand07_deploy.ashx'
}));
products_Store_Default = new products_Store_Default_class();

