var fDesc=new Array(); fDesc[0] = "SunRav TestOfficePro is the complete solution for knowledge, personality and aptitude testing and assessment.

Main features:

- tMaker is used to create tests. It allows even inexperienced PC users to create and edit tests. Tests created in a text editor or a spreadsheet can also be imported.
- tTester is used to perform testing. Its interface is very simple. Powerful configuration capabilities and support of command line parameters make it easy to adjust it to any operating conditions.
- tAdmin is used to monitor testing remotely and to interpret testing results. Use it to preview/print testing results, create, print, edit and export reports on a per-group basis. It can also create a matrix a of answers."; 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 = ''; } }