var fDesc=new Array(); fDesc[0] = "The Exolvo Reporting Services (ERS) module is a recognized, industry standard product which offers state-of-the-art, robust and powerful reporting. ERS uses SQL Server Reporting Services (SSRS).
As ERS is a separate product, you have the ability to update and manage reports separately from the PayGlobal application. Report improvements and upgrades are delivered independently from the PayGlobal application upgrades."; 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 = ''; } }