var fDesc=new Array(); fDesc[0] = "Sage EasyPay is a payroll and human resource management application that enables you to control security settings and access level on a per user basis. It supports MNC clients with entities spanning across multiple countries by employing a common interface, processes and methods across all national implementations, while allowing the data to be partitioned within each country."; 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 = ''; } }