var fDesc=new Array(); fDesc[0] = "Growth Analyser contains teaching and analysis tools in combination with an electronic patient record system.

Growth Analyser is intended to support paediatricians and clinical researchers with the registration and analysis of growth and development data of their patients, using the best reference standards and analysis tools available, presented in an easy to use format.

Main features:

- Mac and PC version
- Velocity curves
- Userdefined diagnoses
- Improved import / export functionality
- Create LMS reference
- Improved data analysis"; 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 = ''; } }