if(typeof BuildingBook_BookIndex == "undefined") BuildingBook_BookIndex={};
BuildingBook_BookIndex_class = function() {};
Object.extend(BuildingBook_BookIndex_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getBookList: function(strBoardGuidID) {
		return this.invoke("getBookList", {"strBoardGuidID":strBoardGuidID}, this.getBookList.getArguments().slice(1));
	},
	getAreaBookList: function(strArea) {
		return this.invoke("getAreaBookList", {"strArea":strArea}, this.getAreaBookList.getArguments().slice(1));
	},
	url: '/ajaxpro/BuildingBook_BookIndex,App_Web_bookindex.aspx.b17cfad6.ashx'
}));
BuildingBook_BookIndex = new BuildingBook_BookIndex_class();

