if(typeof Solutions_Solution == "undefined") Solutions_Solution={};
Solutions_Solution_class = function() {};
Object.extend(Solutions_Solution_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/Solutions_Solution,App_Web_fzlz9phf.ashx'
}));
Solutions_Solution = new Solutions_Solution_class();

