var fDesc=new Array(); fDesc[0] = "SmartLink is a digital image capture application which creates a virtual, read-only electronic capture link between an EHR system and HealthPort’s ROI system providing a streamlined process of uninterrupted workflow for processing medical record requests. For hybrid record systems, SmartLink can capture paper documents through the use of scanners and seamlessly combine the pages into a consolidated authorized request."; 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 = ''; } }