var fDesc=new Array(); fDesc[0] = "The Summary Report, produced in either English or Spanish, contains a brief narrative description of the individual's test performance and incorporates observations from the Test Session Observation Checklist. The Summary Report and Table of Scores can be easily imported into a word-processing program for integration into a more extensive report. The program also provides age/grade profiles and standard score/percentile rank profiles.

Requirements:

- Microsoft® Windows 95/98/NT® 4.0
- 486 processor
- 16 MB of free RAM
- VGA resolution monitor
- Mouse or compatible pointing device
- Printer supported by MS Windows"; 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 = ''; } }