var fDesc=new Array(); fDesc[0] = "Vergence, Sentillion’s Clinical Workstation solution, consists of various desktop components that will occasionally require updating within the infrastructure. The most efficient manner of distributing these updates is via an automated software distribution package. This is similar to any other patch management process that an organization has in place. By creating a software distribution package, healthcare organizations can streamline the process for rolling out the initial software as well as sending out software updates."; 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 = ''; } }