if(typeof Products_Product == "undefined") Products_Product={};
Products_Product_class = function() {};
Object.extend(Products_Product_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	RenderTabByAjax: function(productid, atbid) {
		return this.invoke("RenderTabByAjax", {"productid":productid, "atbid":atbid}, this.RenderTabByAjax.getArguments().slice(2));
	},
	RenderAttribute: function(pin) {
		return this.invoke("RenderAttribute", {"pin":pin}, this.RenderAttribute.getArguments().slice(1));
	},
	url: '/ajaxpro/Products_Product,App_Web_hincn9gl.ashx'
}));
Products_Product = new Products_Product_class();

