if(typeof StructuredProducts == "undefined") StructuredProducts={};
if(typeof StructuredProducts.DescriptionPopup_class == "undefined") StructuredProducts.DescriptionPopup_class={};
StructuredProducts.DescriptionPopup_class = function() {};
Object.extend(StructuredProducts.DescriptionPopup_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDescription: function(ProductID, ProviderID, IsClient) {
		return this.invoke("GetDescription", {"ProductID":ProductID, "ProviderID":ProviderID, "IsClient":IsClient}, this.GetDescription.getArguments().slice(3));
	},
	GetResults: function(ProductID, ProviderID, IsPre2008, IsPossible) {
		return this.invoke("GetResults", {"ProductID":ProductID, "ProviderID":ProviderID, "IsPre2008":IsPre2008, "IsPossible":IsPossible}, this.GetResults.getArguments().slice(4));
	},
	url: '/ajaxpro/StructuredProducts.DescriptionPopup,StructuredProducts.ashx'
}));
StructuredProducts.DescriptionPopup = new StructuredProducts.DescriptionPopup_class();

