var fDesc=new Array(); fDesc[0] = "For many people losing weight is very difficult task, because it needs a lot of self-control. WeightWare is a small application that was developed for helping your in a struggle for a great body. The program helps you tabulating statistics about calories that you consume and burn each day, trainings, health history and many more. The application can represent data in graphs. All you have to do is regularly input all required facts into the program. It is some kind of a diary. By the way this application can be used by up to 10 users at a time. Besides creating the statistics about your weight, WeightWare also creates statistics about key health indicators, like blood pressure, resting heart rate, body fat percentage and many others. For better motivation you can set special goals and the program will show you how close you are to them. The application has very simple and easy-to-use interface. It includes great help file where you can find all required information about all program's features. WeightWare has very low system requirements and doesn’t need a lot of hard drive space."; 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 = ''; } }