var fDesc=new Array(); fDesc[0] = "XtremeFit Tracker provides a custom schedule manager, a performance tracking system, and a graphing system for your 90-day journey that will give you the motivation to bring it and complete this challenging program.
The measurements section allows you to record essential health metrics such as Weight, Body Fat, Heart Rate, and more for every day you are in the program. As you get closer to your goals, the numbers gradually go from red to green."; 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 = ''; } }