var fDesc=new Array(); fDesc[0] = "IQ Payroll is a program designed for unlocking functionality like IRP5, IT3, EMP201 and pay slip reporting. The transaction history can be added with ease when transferring from an existing system. It provides support for creating and reporting on employee loans, and payment schedules for staff are stored as yearly, monthly, fortnightly, weekly and daily."; 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 = ''; } }