var fDesc=new Array(); fDesc[0] = "Monitoring nutritional intake has long been the choice of physicians and health professionals worldwide for weight loss and maintaining peak overall health. A food calculator like The HealthFitCounter makes this process a snap. No more journals or log keeping with a pen, paper, and books. You always know at a glance how many calories, fats, carbohydrates, proteins, sugar, etc. you have eaten at any time of the day. The daily totals (for the last 30 days) are stored in The HealthFitCounters food calculator memory and are available at the touch of a button."; 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 = ''; } }