var fDesc=new Array(); fDesc[0] = "ESP is a FREE, open-source software package for running questionnaires, surveys, or experiments on a Palm Pilot or compatible handheld computer. ESP asks questions of your participants and records their answers and their response times. The data may later be uploaded to a computer for analysis.

ESP is quite configurable. The expermenter determines the questions, their order, how often to run trials, whether trials occur at predetermined or random times, and so forth. All these changes (and more) are possible without doing any computer programming, just by running our configuration tool, ESP Desktop."; 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 = ''; } }