function CommentShowMore(n){$("#perexSection"+n).hide();$("#contentSection"+n).show()}function CommentShowLess(n){$("#contentSection"+n).hide();$("#perexSection"+n).show()}