var fDesc=new Array(); fDesc[0] = "Claims information, prescriptions. test results, appointments, doctors rolodex, allergies and more can all be stored and accessed easily with the touch of a button and Medic! The easy to use personal medical manager. Stay on top of your medical information for every member of your family with Medic!"; 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 = ''; } }