if(typeof WebIndex_BookShop_Default == "undefined") WebIndex_BookShop_Default={};
WebIndex_BookShop_Default_class = function() {};
Object.extend(WebIndex_BookShop_Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	sub_order: function(title, id, pcode) {
		return this.invoke("sub_order", {"title":title, "id":id, "pcode":pcode}, this.sub_order.getArguments().slice(3));
	},
	url: '/ajaxpro/WebIndex_BookShop_Default,onlineipc.ashx'
}));
WebIndex_BookShop_Default = new WebIndex_BookShop_Default_class();

