var fDesc=new Array(); fDesc[0] = "Superpay is a multi-year, multi-company payroll system. Superpay keeps your payroll details instantly accessible. With Superpay’s way of storing data you can quickly access both current and 'archive' payroll information. Superpay also stores all the rates and bands for each tax year since 1991, allowing you to run payrolls for previous years if you need to."; 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 = ''; } }