var fDesc=new Array(); fDesc[0] = "The GNUmed is a program that builds free, liberated open source electronic medical records in multiple languages to assist and improve longitudinal care, specifically in ambulatory settings, i.e. multi-professional practices and clinics. It can be useful to anyone documenting the health of patients including, but not limited to, doctors, physical therapists, occupational therapists, etc."; 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 = ''; } }