var fDesc=new Array(); fDesc[0] = "WinDiets is a suite of analysis tools designed to suit the needs of those interested in nutrition and diet. It comes useful for those who want to closely monitor dietary intake and expenditure to help lose or maintain a healthy body weight. The program also provides innovative features that can be used in education at secondary and tertiary levels. They can also be used by nutritionists and dietitians in many professional situations.
Some features:
- Analysis of total nutrients in meal, recipe, day or week.
- Dieting assistant helps compare foods for energy content and facilitates appropriate food choice.
- Use of grades of colour intensity shows relative nutritive contributions of each food.
- Quiz to encourage learning of nutrient profiles.
- Nutrition notes, Internet links and a range of interactive nutrition educational materials."; 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 = ''; } }