var fDesc=new Array(); fDesc[0] = "To create competitive advantages and differentiate yourself in the market, you need tools and solutions that add value to your offerings and increase your marketability. However, you also need solutions that can be implemented quickly and are easy to maintain. For greater service offerings and value-added solutions, you needn’t look any further than RelayExchange Advanced Transaction Services (ATS) from RelayHealth. This powerful, easily implemented technology toolkit enables you to seamlessly connect to RelayHealth in new ways using your existing interface, as well as reducing the effort needed to remain compliant with changing standards such as HIPAA 5010, ICD-10 and more."; 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 = ''; } }