var fDesc=new Array(); fDesc[0] = "Gross Motor Ability Estimator (GMAE) is a software package for scoring the Gross Motor Function Measure (GMFM). It provides an interval-level measure of gross motor function based on a child's score on the items of the GMFM. Because the GMAE was calibrated on a sample of children with Cerebral Palsy, it is valid only for this population and should not be used with other populations of children (Down Syndrome, acquired brain injury, etc.)."; 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 = ''; } }