var fDesc=new Array(); fDesc[0] = "LifeMonitor provides a method of managing health information for your entire family. You can quickly enter your height, weight, blood pressure, and more. Keep track of your doctor and dental visits, and use notes to record test results, exercise performance, or other generic information. It gives you the flexibility you need to track your specific nutritional needs and your personal fitness routine."; 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 = ''; } }