var fDesc=new Array(); fDesc[0] = "The Speed & Accuracy Typing Test is designed to measure how quickly and accurately applicants can type straight text. Two standard texts are provided (on 8.5 x 11 sheets of paper) for applicants to type from or you can create your own custom text.

The Data Entry Skills Test measures how quickly and accurately data can be entered on a PC. Candidates enter data into fields on the screen, exactly as they do in a database package such as dBASE."; 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 = ''; } }