if(typeof Skolegenser == "undefined") Skolegenser={};
if(typeof Skolegenser.Templates == "undefined") Skolegenser.Templates={};
if(typeof Skolegenser.Templates.Documents == "undefined") Skolegenser.Templates.Documents={};
if(typeof Skolegenser.Templates.Documents.Product == "undefined") Skolegenser.Templates.Documents.Product={};
if(typeof Skolegenser.Templates.Documents.Product.DocumentTemplateBase == "undefined") Skolegenser.Templates.Documents.Product.DocumentTemplateBase={};
Skolegenser.Templates.Documents.Product.DocumentTemplateBase_class = function() {};
Object.extend(Skolegenser.Templates.Documents.Product.DocumentTemplateBase_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AjaxRenderColorSizePicker: function(p_colorID, p_productID, p_message) {
		return this.invoke("AjaxRenderColorSizePicker", {"p_colorID":p_colorID, "p_productID":p_productID, "p_message":p_message}, this.AjaxRenderColorSizePicker.getArguments().slice(3));
	},
	GetDictionaryItem: function(ssname) {
		return this.invoke("GetDictionaryItem", {"ssname":ssname}, this.GetDictionaryItem.getArguments().slice(1));
	},
	url: '/ajaxpro/Skolegenser.Templates.Documents.Product.DocumentTemplateBase,Skolegenser.ashx'
}));
Skolegenser.Templates.Documents.Product.DocumentTemplateBase = new Skolegenser.Templates.Documents.Product.DocumentTemplateBase_class();

