var fDesc=new Array(); fDesc[0] = "Nutrigeo® simplifies the nutritionist’s operations: with a few simple steps it allows you to process a daily menu diet and/or a multi-choice diet. All the functions are easily reached by a simple screen from which you are able to obtain a customized diet according to the nutritionist’s methodological choice and the patient’s needs, in order to obtain the maximum compliance of the latter. For each course of each single meal you can assign the quantities both to the food categories as well as to the individual food items; moreover, it is possible to save the whole customized weekly food plans in order to reutilize them afterwards."; 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 = ''; } }