var NADATextUtils={ReadTextMoreLess:new function(){var n=function(n){var i=$(n+" .read-txt");if(i.length!=0){var r=$(n+" .read-more"),u=$(n+" .read-less"),e=i.prop("scrollHeight"),f=i.height();e-f<=5?r.hide():(r.show(),r.click(function(){i.animate({"max-height":i.prop("scrollHeight")},600,function(){r.hide(),u.show()})}),u.click(function(){i.animate({"max-height":f},400,function(){u.hide(),r.show()})}))}};this.Init=n}}