var fDesc=new Array(); fDesc[0] = "XRayline Portal allows the physicians and radiology staff to share medical images and radiology studies online, no need for CD burning, mailing, or dealing with lost CDs.

The Portal provides patients with online access to their studies (images and reports.) Providing such service to patients will positively impact their level of satisfaction with your health care services."; 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 = ''; } }