var fDesc=new Array(); fDesc[0] = "WHO AnthroPlus is a software for the global application of the WHO Reference 2007 for 5-19 years to monitor the growth of school-age children and adolescents. To show the continuity with the WHO Child Growth Standards for 0-5 years these are included in AnthroPlus for the three indicators that apply. The software opens by default in English but can be changed to run in French, Spanish and Russian.

It consists of the following modules:
- Anthropometric calculator
- Individual assessment
- Nutritional survey"; 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 = ''; } }