var fDesc=new Array(); fDesc[0] = "MedBOS offers all types of clinicians, record keeping staff, and other healthcare administrators a simple, quick, easy to implement, efficient and cost effective approach to generate digital medical documents and to manage, access and store them. There is no hardware or software investment, the set up is easy, and the technology presents centralized and remote secure access to the stored data and medical information from any configured PC that has broadband internet access."; 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 = ''; } }