var fDesc=new Array(); fDesc[0] = "Pearson's Computer Delivered Test (CDT) program, using patented Ordinate® speech processing technology, enables test administrators to deliver Versant language tests on a test center computer and upload completed tests for scoring.

The CDT program operates by downloading a test to the local machine and then uploading the responses once the test is complete for scoring. This requires network access to an Internet connection of sufficient bandwidth to accommodate the volume of concurrent testing that you plan to conduct in your test center."; 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 = ''; } }