if(typeof TOOLS == "undefined") TOOLS={};
if(typeof TOOLS.Templates == "undefined") TOOLS.Templates={};
if(typeof TOOLS.Templates.Documents == "undefined") TOOLS.Templates.Documents={};
if(typeof TOOLS.Templates.Documents.ProductSelector == "undefined") TOOLS.Templates.Documents.ProductSelector={};
if(typeof TOOLS.Templates.Documents.ProductSelector.Products == "undefined") TOOLS.Templates.Documents.ProductSelector.Products={};
TOOLS.Templates.Documents.ProductSelector.Products_class = function() {};
Object.extend(TOOLS.Templates.Documents.ProductSelector.Products_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	DisplayProducts: function(documentId, page, logiknr, artval, freetext) {
		return this.invoke("DisplayProducts", {"documentId":documentId, "page":page, "logiknr":logiknr, "artval":artval, "freetext":freetext}, this.DisplayProducts.getArguments().slice(5));
	},
	url: '/ajaxpro/TOOLS.Templates.Documents.ProductSelector.Products,TOOLS.ashx'
}));
TOOLS.Templates.Documents.ProductSelector.Products = new TOOLS.Templates.Documents.ProductSelector.Products_class();

