if(typeof NewShop_ucComments == "undefined") NewShop_ucComments={};
NewShop_ucComments_class = function() {};
Object.extend(NewShop_ucComments_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	Submit_Reply: function(content, specId, userID, productID, strReplyType) {
		return this.invoke("Submit_Reply", {"content":content, "specId":specId, "userID":userID, "productID":productID, "strReplyType":strReplyType}, this.Submit_Reply.getArguments().slice(5));
	},
	UpdateCookie: function(userName, pwd) {
		return this.invoke("UpdateCookie", {"userName":userName, "pwd":pwd}, this.UpdateCookie.getArguments().slice(2));
	},
	url: '/ajaxpro/NewShop_ucComments,App_Web_uccomments.ascx.b1398f07.ashx'
}));
NewShop_ucComments = new NewShop_ucComments_class();

