/**handles:taxopress-frontend-js**/ jQuery(document).ready(function(n){function o(){var e;n(".taxopress-table-row").each(function(e,o){6<=e&&n(o).show()}),n(".taxopress-see-more-link").hide(),n(".taxopress-close-table-link").show()}function t(){var e;n(".taxopress-table-row").each(function(e,o){6<=e&&n(o).hide()}),n(".taxopress-close-table-link").hide(),n(".taxopress-see-more-link").show()}n(document).on("click",".taxopress-see-more-link",function(e){e.preventDefault(),o()}),n(document).on("click",".taxopress-close-table-link",function(e){e.preventDefault(),t()})});