// cached javascript var Replyshow = { ModeratorMake:function(mcMemberId,mUsername,mTopicId,tSubCategroyId,tBrandId,tProductId,mType,callback,context){return new ajax_request(this.url + '?_method=ModeratorMake&_session=no','mcMemberId=' + enc(mcMemberId)+ '\r\nmUsername=' + enc(mUsername)+ '\r\nmTopicId=' + enc(mTopicId)+ '\r\ntSubCategroyId=' + enc(tSubCategroyId)+ '\r\ntBrandId=' + enc(tBrandId)+ '\r\ntProductId=' + enc(tProductId)+ '\r\nmType=' + enc(mType),callback, context);}, ModeratorMake2:function(MemberName,TopicId,mMessage,callback,context){return new ajax_request(this.url + '?_method=ModeratorMake2&_session=no','MemberName=' + enc(MemberName)+ '\r\nTopicId=' + enc(TopicId)+ '\r\nmMessage=' + enc(mMessage),callback, context);}, SaveUserCollect:function(CollectionName,CollectionTarget,AuthorName,AuthorId,callback,context){return new ajax_request(this.url + '?_method=SaveUserCollect&_session=no','CollectionName=' + enc(CollectionName)+ '\r\nCollectionTarget=' + enc(CollectionTarget)+ '\r\nAuthorName=' + enc(AuthorName)+ '\r\nAuthorId=' + enc(AuthorId),callback, context);}, url:'/ajax/ProductClubApp.Replyshow,ProductClubApp.ashx' }