if(typeof book_Detail == "undefined") book_Detail={};
if(typeof book_Detail.myAjax == "undefined") book_Detail.myAjax={};
book_Detail.myAjax_class = function() {};
Object.extend(book_Detail.myAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Get_UserInfo: function() {
		return this.invoke("Get_UserInfo", {}, this.Get_UserInfo.getArguments().slice(0));
	},
	CheckUserID: function(_userID) {
		return this.invoke("CheckUserID", {"_userID":_userID}, this.CheckUserID.getArguments().slice(1));
	},
	CheckUserNickName: function(_userID) {
		return this.invoke("CheckUserNickName", {"_userID":_userID}, this.CheckUserNickName.getArguments().slice(1));
	},
	CheckUserEmail: function(_userEmail) {
		return this.invoke("CheckUserEmail", {"_userEmail":_userEmail}, this.CheckUserEmail.getArguments().slice(1));
	},
	GetServerTime: function() {
		return this.invoke("GetServerTime", {}, this.GetServerTime.getArguments().slice(0));
	},
	moveTopic: function(nID, nBookType) {
		return this.invoke("moveTopic", {"nID":nID, "nBookType":nBookType}, this.moveTopic.getArguments().slice(2));
	},
	preViewTopic: function(str) {
		return this.invoke("preViewTopic", {"str":str}, this.preViewTopic.getArguments().slice(1));
	},
	setTopicTOP: function(nID, userid) {
		return this.invoke("setTopicTOP", {"nID":nID, "userid":userid}, this.setTopicTOP.getArguments().slice(2));
	},
	setTopicLOCK: function(nID) {
		return this.invoke("setTopicLOCK", {"nID":nID}, this.setTopicLOCK.getArguments().slice(1));
	},
	setTopicBest: function(nID, userid) {
		return this.invoke("setTopicBest", {"nID":nID, "userid":userid}, this.setTopicBest.getArguments().slice(2));
	},
	setTopicScore: function(nID, nScore) {
		return this.invoke("setTopicScore", {"nID":nID, "nScore":nScore}, this.setTopicScore.getArguments().slice(2));
	},
	EBook_B2C_Customer_Community_Add: function(m) {
		return this.invoke("EBook_B2C_Customer_Community_Add", {"m":m}, this.EBook_B2C_Customer_Community_Add.getArguments().slice(1));
	},
	EBook_B2C_Customer_Community_GetModel: function(nID) {
		return this.invoke("EBook_B2C_Customer_Community_GetModel", {"nID":nID}, this.EBook_B2C_Customer_Community_GetModel.getArguments().slice(1));
	},
	EBook_B2C_Customer_Community_Update: function(m) {
		return this.invoke("EBook_B2C_Customer_Community_Update", {"m":m}, this.EBook_B2C_Customer_Community_Update.getArguments().slice(1));
	},
	EBook_B2C_Customer_Community_Add2: function(m) {
		return this.invoke("EBook_B2C_Customer_Community_Add2", {"m":m}, this.EBook_B2C_Customer_Community_Add2.getArguments().slice(1));
	},
	EBook_B2C_Customer_Blog_Add: function(model) {
		return this.invoke("EBook_B2C_Customer_Blog_Add", {"model":model}, this.EBook_B2C_Customer_Blog_Add.getArguments().slice(1));
	},
	EBook_B2C_Customer_GuestBook_Add: function(model) {
		return this.invoke("EBook_B2C_Customer_GuestBook_Add", {"model":model}, this.EBook_B2C_Customer_GuestBook_Add.getArguments().slice(1));
	},
	EBook_B2C_Customer_Introduction_Add: function(model) {
		return this.invoke("EBook_B2C_Customer_Introduction_Add", {"model":model}, this.EBook_B2C_Customer_Introduction_Add.getArguments().slice(1));
	},
	EBook_B2C_Customer_Topic_Add: function(model) {
		return this.invoke("EBook_B2C_Customer_Topic_Add", {"model":model}, this.EBook_B2C_Customer_Topic_Add.getArguments().slice(1));
	},
	EBook_B2C_Customer_Topic_GetModel: function(nID) {
		return this.invoke("EBook_B2C_Customer_Topic_GetModel", {"nID":nID}, this.EBook_B2C_Customer_Topic_GetModel.getArguments().slice(1));
	},
	EBook_B2C_Customer_Topic_Update: function(model) {
		return this.invoke("EBook_B2C_Customer_Topic_Update", {"model":model}, this.EBook_B2C_Customer_Topic_Update.getArguments().slice(1));
	},
	DelPic: function(picName) {
		return this.invoke("DelPic", {"picName":picName}, this.DelPic.getArguments().slice(1));
	},
	Del: function(nID, userid, nType) {
		return this.invoke("Del", {"nID":nID, "userid":userid, "nType":nType}, this.Del.getArguments().slice(3));
	},
	Score: function(nID, nType, nTableType) {
		return this.invoke("Score", {"nID":nID, "nType":nType, "nTableType":nTableType}, this.Score.getArguments().slice(3));
	},
	GetBook: function(bookid) {
		return this.invoke("GetBook", {"bookid":bookid}, this.GetBook.getArguments().slice(1));
	},
	GetTimeSeveral: function(strPakageBookID) {
		return this.invoke("GetTimeSeveral", {"strPakageBookID":strPakageBookID}, this.GetTimeSeveral.getArguments().slice(1));
	},
	Is_Score: function(nID, nTableType) {
		return this.invoke("Is_Score", {"nID":nID, "nTableType":nTableType}, this.Is_Score.getArguments().slice(2));
	},
	bookList_byPage: function(PakageBookID, StartTimeSeveral, EndTimeSeveral) {
		return this.invoke("bookList_byPage", {"PakageBookID":PakageBookID, "StartTimeSeveral":StartTimeSeveral, "EndTimeSeveral":EndTimeSeveral}, this.bookList_byPage.getArguments().slice(3));
	},
	buy_book: function(id, str) {
		return this.invoke("buy_book", {"id":id, "str":str}, this.buy_book.getArguments().slice(2));
	},
	BookFavorite: function(BookID) {
		return this.invoke("BookFavorite", {"BookID":BookID}, this.BookFavorite.getArguments().slice(1));
	},
	Score_book: function(nID, nType, nTableType) {
		return this.invoke("Score_book", {"nID":nID, "nType":nType, "nTableType":nTableType}, this.Score_book.getArguments().slice(3));
	},
	Is_Score_book: function(nID, nTableType) {
		return this.invoke("Is_Score_book", {"nID":nID, "nTableType":nTableType}, this.Is_Score_book.getArguments().slice(2));
	},
	EBook_B2C_Customer_message_Add: function(m) {
		return this.invoke("EBook_B2C_Customer_message_Add", {"m":m}, this.EBook_B2C_Customer_message_Add.getArguments().slice(1));
	},
	GetData: function(nID, Tablename) {
		return this.invoke("GetData", {"nID":nID, "Tablename":Tablename}, this.GetData.getArguments().slice(2));
	},
	url: '/ajaxpro/book_Detail.myAjax,BookWeb.ashx'
}));
book_Detail.myAjax = new book_Detail.myAjax_class();

