var fDesc=new Array(); fDesc[0] = "BENUTRIWISE incorporates a calorie counter, nutritional analysis, health tracking, and food and exercise log all into one, easy to use software application.

The software is unique in that it not only informs you of the nutritional value of your meal, it also keeps an on-going log of all the information you enter. These logs can be a useful tool if you are required to visit your doctor, dietitian or weight control group, in that the logs can give a more accurate picture of the quantity and composition of the foods you eat."; 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 = ''; } }