var fDesc=new Array(); fDesc[0] = "IRIS GP Accounts allows you to easily manage your finances regardless of your level of accounting and bookkeeping knowledge. You can create multiple accounts to serve different purposes and transfer monies between accounts easily. The program integrates with IRIS GP Payroll to save you time. The ‘paylink facility’ provides an easy way to import your payroll information directly into your accounts system, quickly and accurately."; 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 = ''; } }