if(typeof EDGE == "undefined") EDGE={};
if(typeof EDGE.Projects == "undefined") EDGE.Projects={};
if(typeof EDGE.Projects.Imager == "undefined") EDGE.Projects.Imager={};
if(typeof EDGE.Projects.Imager.Web == "undefined") EDGE.Projects.Imager.Web={};
if(typeof EDGE.Projects.Imager.Web.product == "undefined") EDGE.Projects.Imager.Web.product={};
if(typeof EDGE.Projects.Imager.Web.product.Product == "undefined") EDGE.Projects.Imager.Web.product.Product={};
EDGE.Projects.Imager.Web.product.Product_class = function() {};
Object.extend(EDGE.Projects.Imager.Web.product.Product_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ShoppingCarAdd: function(StandardId, PresentId, Number) {
		return this.invoke("ShoppingCarAdd", {"StandardId":StandardId, "PresentId":PresentId, "Number":Number}, this.ShoppingCarAdd.getArguments().slice(3));
	},
	url: '/ajaxpro/EDGE.Projects.Imager.Web.product.Product,EDGE.Projects.Imager.Web.ashx'
}));
EDGE.Projects.Imager.Web.product.Product = new EDGE.Projects.Imager.Web.product.Product_class();

