var fDesc=new Array(); fDesc[0] = "PTP Tax Expense is the ideal tool for accurate recording and management of employee expenses and benefits throughout the year; completing the P11D and submitting it online. PTP Tax Expense is used by accountancy practices of all sizes, including 36% of the top 50, and a number of large corporate organisations. The adviser version allows fast and accurate production of year-end forms. Use the employer version to also track and manage expenses throughout the year, as well as reporting on them when required, simplifying and speeding up year-end routines."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }