var fDesc=new Array(); fDesc[0] = "The program can help you learn the proper composition of your diet.

Main Features:

-Control of calories, fat (total, saturated, monounsaturated, polyunsaturated), proteins and carbohydrates, cholesterol, sucrose, fibre, sodium, potassium, calcium, phosphorus, magnesium, iron, thiamine, ryboflavin, niacin, foliate, copper, zinc, selenium, beta carotin, vitamins A, B6, B12, C, E, K.
-Over 7000 products in build in database. Implemented database is probably most popular all around the world (USDA National
Nutrient Database for Standard Reference, Release 23).
-Creating, printing or saving reports (meal and recipes).
-Activities panel (with energy balance possibility).
-No need to connect with internet (installing on hdd)."; 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 = ''; } }