jQuery(function() {
	jQuery('.product-view-description-text').truncatable({limit: 180, more: textShortenerTextMore, less: true, hideText: textShortenerTextLess});
});
