if(typeof Category == "undefined") Category={};
Category_class = function() {};
Object.extend(Category_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	PopTimeText: function(designid) {
		return this.invoke("PopTimeText", {"designid":designid}, this.PopTimeText.getArguments().slice(1));
	},
	GetAllArt: function() {
		return this.invoke("GetAllArt", {}, this.GetAllArt.getArguments().slice(0));
	},
	GetArtName: function(categoryid) {
		return this.invoke("GetArtName", {"categoryid":categoryid}, this.GetArtName.getArguments().slice(1));
	},
	GetAllCelebrityDesign: function() {
		return this.invoke("GetAllCelebrityDesign", {}, this.GetAllCelebrityDesign.getArguments().slice(0));
	},
	GetUrl: function(categoryid_one, categoryid_more) {
		return this.invoke("GetUrl", {"categoryid_one":categoryid_one, "categoryid_more":categoryid_more}, this.GetUrl.getArguments().slice(2));
	},
	CategoryIsUnique: function(categorytitle) {
		return this.invoke("CategoryIsUnique", {"categorytitle":categorytitle}, this.CategoryIsUnique.getArguments().slice(1));
	},
	GetParentCategoryByCategoryId: function(categoryid) {
		return this.invoke("GetParentCategoryByCategoryId", {"categoryid":categoryid}, this.GetParentCategoryByCategoryId.getArguments().slice(1));
	},
	url: '/ajaxpro/Category,App_Web_category.aspx.cdcab7d2.ashx'
}));
Category = new Category_class();

