var fDesc=new Array(); fDesc[0] = "GooPatient is a free app that allows you to take better care of your health and your family. You can create and maintain personal electronic medical cards on your computer, make health records in the most natural way, easily organize records and link them to conditions, doctors, treatments, etc.; store all your receipts, physician statements, X-Ray, ultrasound and MRI images and other medical files in one place, and more."; 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 = ''; } }