var fDesc=new Array(); fDesc[0] = "The Weight Tracker simplifies weight data logging. The software automatically saves weight, relationship to the meal, time of the measurement, and general state of health. In addition to being a convenient data logger the software is also a voluble tool for weight longitudinal trends analysis. This longitudinal analysis may help you and your doctor decide on the best medicine and help adjust daily diet and drug dosage."; 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 = ''; } }