var fDesc=new Array();
fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth.";
fDesc[2] = ", e-mail and web sites. 2- System Security by monitoring all activity in our PC, 3- Online Security against internet fraud and network attacks.";
fDesc[3] = ", analyze and graph all of the important aspects of your diet and fitness, like your calories, carbs, fat, protein, nutrition, eating patterns, metabolism, activities, weight loss, measurements, moods, and other trends.";
fDesc[4] = "weight and height. Therefore, this diagnostic tool called BMI Calculator will help you to identify obesity problems. With this powerful tool everybody can easily get important and valuable information regarding their weight. And with that, improve in a positive way your diet.";
fDesc[5] = "underweight, normal, overweight or obese, and what is your ideal weight. It will put you on dynamic chart. Freeware!";
fDesc[6] = "free from stress and physical disorders. Finding a good gym and a good instructor is not the only way to stay fit if we have our own workout equipments and a very reliable pocket instructor in applications such as this great application.";
fDesc[7] = "beginners and health professionals alike. It will help you lose your extra body weight or maintain your current body health and fitness. By using this program, you will be able to initiate a perfect diet regime, monitor it, trace your activities and the lost body weight.";
fDesc[8] = "balanced, view your weight and calories tallies for past days, find out if you have had enough water, etc. It also has an exercise dictionary, food dictionary, recipe box, goal setter, and a calendar where you can write your notes.";
fDesc[9] = "pressure, blood sugar or weight. Stores multiple reading per day and calculates averages. Great software for people with diabetics and hypertension.";
fDesc[10] = ", construction, fabric, wood, etc. Probably we will feel \"lost\", because we have to apply probably a good formula to obtain our results. AVD Weight and Volume Calculator is just the right software we should need for measuring physical parameters of composite objects in 3D.";
fDesc[11] = "option with different elements to convert; here are some of these valuable elements Mol/Mass and Dilution Converter is a useful tool for performing common chemical calculations. Dilution Calculator helps you determine concentrations and volumes to perform the specified dilution.";
fDesc[12] = "weight, or either taking control of their own food and combining these good things with some exercise.The program will help you achieve your personal goals, weight loss, diet, nutrients, etc";
fDesc[13] = "overweight can? How many calories per day do you really need? What's your Precent Body Fat and Lean Body Mass?";
fDesc[14] = "small application that was developed to help you in your struggle for a great body. This tiny application makes weight data logging much simpler. The main thing you should do is measure your weight regularly and input the results into this program.";
fDesc[15] = "your ideal calorie intake is and keep track of calories you eat.";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}