var fDesc=new Array(); fDesc[0] = "Inquisit is general purpose psychological measurement software that can be programmed to administer almost any psychological measure or experimental paradigm.
All tests are executed by the Inquisit Test Engine, a flexible, high performance platform that provides millisecond precision timing of stimulus presentations and responses. The engine can be installed as a traditional desktop application for use on dedicated PCs. It can also run experiments over the web without sacrificing functionality and performance."; 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 = ''; } }