var fDesc=new Array(); fDesc[0] = "Calorie Counter includes our excellent food database-- counting calories in over a thousand foods including fast foods such as McDonalds, Burger King and Pizza Hut.
Calorie Counter calculates your Basal Metabolic Rate (BMR) calorie requirements, based on your height, weight, age, gender and the number of calories you burn by taking exercise.
Calorie Counter calculates your Body Mass Index
No other software is easier to use."; 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 = ''; } }