carnaby_class = function() {};
Object.extend(carnaby_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	CategoryMenuItems: function() {
		return this.invoke("CategoryMenuItems", {}, this.CategoryMenuItems.getArguments().slice(0));
	},
	GetCategoryItemNames: function() {
		return this.invoke("GetCategoryItemNames", {}, this.GetCategoryItemNames.getArguments().slice(0));
	},
	GetSubCategoryItemNames: function(subCategoryId) {
		return this.invoke("GetSubCategoryItemNames", {"subCategoryId":subCategoryId}, this.GetSubCategoryItemNames.getArguments().slice(1));
	},
	GetSubCategoryProducts: function(subCategoryId) {
		return this.invoke("GetSubCategoryProducts", {"subCategoryId":subCategoryId}, this.GetSubCategoryProducts.getArguments().slice(1));
	},
	url: '/ajaxpro/carnaby,Casio Online.ashx'
}));
carnaby = new carnaby_class();

