var fDesc=new Array(); fDesc[0] = "HealthFile™ is your complete health and personal medical records and information organization software for Palm OS®, Pocket PC, and Windows Mobile handheld PDAs, and it includes Windows PC companion software! Keep track of insurance, emergency contacts, allergies, illnesses, surgeries, appointments, medications, vaccinations, tests, blood pressure, weight, glucose, cholesterol, family history, and more! Great for people on diets, with diabetes, high blood pressure, high cholesterol, 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 = ''; } }