if(typeof ProductWiki == "undefined") ProductWiki={};
if(typeof ProductWiki.Web == "undefined") ProductWiki.Web={};
if(typeof ProductWiki.Web.UserControls == "undefined") ProductWiki.Web.UserControls={};
if(typeof ProductWiki.Web.UserControls.AddProduct == "undefined") ProductWiki.Web.UserControls.AddProduct={};
ProductWiki.Web.UserControls.AddProduct_class = function() {};
Object.extend(ProductWiki.Web.UserControls.AddProduct_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetTreeState: function(node_title) {
		return this.invoke("GetTreeState", {"node_title":node_title}, this.GetTreeState.getArguments().slice(1));
	},
	Tag_Suggestions: function(nspace, tag) {
		return this.invoke("Tag_Suggestions", {"nspace":nspace, "tag":tag}, this.Tag_Suggestions.getArguments().slice(2));
	},
	Tag_Check: function(node_id, prefix, tag) {
		return this.invoke("Tag_Check", {"node_id":node_id, "prefix":prefix, "tag":tag}, this.Tag_Check.getArguments().slice(3));
	},
	GetImageURL: function(title) {
		return this.invoke("GetImageURL", {"title":title}, this.GetImageURL.getArguments().slice(1));
	},
	url: '/ajaxpro/ProductWiki.Web.UserControls.AddProduct,ProductWiki.Web.ashx'
}));
ProductWiki.Web.UserControls.AddProduct = new ProductWiki.Web.UserControls.AddProduct_class();

