var fDesc=new Array(); fDesc[0] = "It is a great tool for getting educated about how many calories are in different foods and what it actually takes to lose weight.
The program uses the proven method of counting calories to keep you at, or get you to the weight you want.
You simply record what you eat, and how much you weigh, and My Diet Wiz will do the work of calculating the necessary calorie consumption for achieving your weight goal on the target date."; 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 = ''; } }