if(typeof Web == "undefined") Web={};
if(typeof Web.SearchProduct_class == "undefined") Web.SearchProduct_class={};
Web.SearchProduct_class = function() {};
Object.extend(Web.SearchProduct_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetContacts: function(id) {
		return this.invoke("GetContacts", {"id":id}, this.GetContacts.getArguments().slice(1));
	},
	url: '/ajaxpro/Web.SearchProduct,Web.ashx'
}));
Web.SearchProduct = new Web.SearchProduct_class();


