var fDesc=new Array(); fDesc[0] = "Increasing the efficiency of Auditors and Accountants during the engagement process will save time and money – two things that businesses always need more of! With Pastel Auditor, getting to grips with the business is simpler, easier and faster. With Pastel Auditor, you can analyse trends, produce management accounts, as well as a full set of financial statements with notes. In a matter of minutes, it provides you with the “big picture” view of your client’s business, making your job of analysing the data more meaningful."; 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 = ''; } }