if(typeof Index == "undefined") Index={};
Index_class = function() {};
Object.extend(Index_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDesignList: function(categoryName) {
		return this.invoke("GetDesignList", {"categoryName":categoryName}, this.GetDesignList.getArguments().slice(1));
	},
	GetDesignImage: function(sku) {
		return this.invoke("GetDesignImage", {"sku":sku}, this.GetDesignImage.getArguments().slice(1));
	},
	GetDesignCategoryID: function(categoryName) {
		return this.invoke("GetDesignCategoryID", {"categoryName":categoryName}, this.GetDesignCategoryID.getArguments().slice(1));
	},
	url: '/ajaxpro/Index,App_Web_index.aspx.cdcab7d2.ashx'
}));
Index = new Index_class();

