var fDesc=new Array(); fDesc[0] = "CRON-O-Meter is free, open source, and cross-platform dieting software.

CR (Calorie Reduced) diets require a lot of information to perform optimally. In order to restrict caloric intake, but remain healthy, users of the diet must track their vitamin, mineral, and protein intakes with great care.
We aim to provide a complete solution to the CR dieter. Current open-source diet-tracking applications fall short in some vital respects. Either they are not detailed enough, or they suffer from critical usability flaws. We believe that a diet tracker must be effortless to operate for the activity for which it will be used most of the time, keeping track of the foods eaten in a particular meal.
To this end, we are developing CRON-O-Meter, an application that will take into account good usability design and dense functionality. It will provide diet advice, track consumption and exercise, and generally assist in all aspects of a CR diet."; 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 = ''; } }