var fDesc=new Array(); fDesc[0] = "The most powerful and easy-to-use electronic response file reader on the market will read 835 remittances and ,them in an active grid at both the CLAIM LEVEL as well as the DETAIL/PROCEDURE LEVEL. No other product in it's class will do that.
EMS’s Electronic Response File Reader converts and processes (ANSI 835) electronic remittance files and immediately displays the data in a grid format."; 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 = ''; } }