var fDesc=new Array(); fDesc[0] = "Body Fat Calculator determines body fat using tape measure or skin fold calipers. Support for both 3-fold and 7-fold Jackson – Pollack methods of calculating.
Simply enter your measurements and the calculator will display your body fat percentage as well as the total pounds of body fat and your lean body mass.
It is important before starting any weight loss program to know exactly how much weight you need to lose, and to track your progress as you go."; 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 = ''; } }