addNamespace("Templates_uc_Template5SearchPSPS");
Templates_uc_Template5SearchPSPS_class = function() {};
Object.extend(Templates_uc_Template5SearchPSPS_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	fillprice: function(cat_id) {
		return this.invoke("fillprice", {"cat_id":cat_id}, this.fillprice.getArguments().slice(1));
	},
	getitemset: function(Searchval, Cat_ID, PriceRange, MetalSelected, prodsel, matsal) {
		return this.invoke("getitemset", {"Searchval":Searchval, "Cat_ID":Cat_ID, "PriceRange":PriceRange, "MetalSelected":MetalSelected, "prodsel":prodsel, "matsal":matsal}, this.getitemset.getArguments().slice(6));
	},
	DefaultedPrice: function(catid, gem, col, order_by) {
		return this.invoke("DefaultedPrice", {"catid":catid, "gem":gem, "col":col, "order_by":order_by}, this.DefaultedPrice.getArguments().slice(4));
	},
	DefaultQuery: function(catid, strSort, strShape, strMetal) {
		return this.invoke("DefaultQuery", {"catid":catid, "strSort":strSort, "strShape":strShape, "strMetal":strMetal}, this.DefaultQuery.getArguments().slice(4));
	},
	GetToolTip: function(item_ID, pos) {
		return this.invoke("GetToolTip", {"item_ID":item_ID, "pos":pos}, this.GetToolTip.getArguments().slice(2));
	},
	DefaultPrice: function(catid) {
		return this.invoke("DefaultPrice", {"catid":catid}, this.DefaultPrice.getArguments().slice(1));
	},
	url: '/ajaxpro/Templates_uc_Template5SearchPSPS,App_Web_template5searchpsps.ascx.7d4e2e5c.ashx'
}));
Templates_uc_Template5SearchPSPS = new Templates_uc_Template5SearchPSPS_class();

