var fDesc=new Array(); fDesc[0] = "TestCommander is a database-driven program which enables you to convert your paper or word processor based tests to a computer-driven test format.
The same compact test engine to author and administer tests - no need to deal with separate programs to develop and then test.
You can author tests and send the database to others to plug and play on their free download test engine."; 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 = ''; } }