var fDesc=new Array(); fDesc[0] = "Is your weight normal for your age, height and gender? Did you know that being underweight can be unhealthy just as being overweight can? How many calories per day do you really need? What's your Percent Body Fat and Lean Body Mass. Your Waist to Height - what should it be?

FitTrack is orientated around Healthy values for Body Weight, BMI, Percent Body Fat and Lean Body Mass for adults. All calculations are based on accepted formulas and NHANNES II tables. For Women and Men (over 18)."; 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 = ''; } }