var fDesc=new Array(); fDesc[0] = "No food calorie counter is faster at calorie counting and nutrient tracking than DietPower’s award-winning diet software. Where other calorie counters count calories only, this calorie counter gives you real-time knowledge of your intake of 33 nutrients. It also monitors your metabolism to guarantee reaching your goal weight on your target date, and even recommends foods you like that are best for your nutrition—all in five minutes a day. “Try my calorie counter,” says DietPower inventor Terry Dunkle. “It's the ultimate tool for weight loss and nutrition.”"; 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 = ''; } }