var fDesc=new Array(); fDesc[0] = "alloFactor is a comprehensive clinical technology platform complete with an full array of products giving a clinic unprecedented means to take their clinic to the next level. This product portfolio consists of the following: Calendar & Billing, alloFactor EMR, Patient Portal, iTrans Transcription platform."; 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 = ''; } }