var fDesc=new Array(); fDesc[0] = "Holter LX Analysis program can be used in conjunction with any of NorthEast Monitoring’s Digital Holter Recorders and allows one to print full disclosure of a patient’s Holter recordings. This application is not compatible with the Holter monitor of any other manufacturer."; 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 = ''; } }