var fDesc=new Array(); fDesc[0] = "E-Prime is a suite of applications to fulfill all of your computerized experiment needs. Used by more than 15,000 professionals in the research community, E-Prime provides a truly easy-to-use environment for computerized experiment design, data collection, and analysis. This program provides millisecond precision timing to ensure the accuracy of your data. Also E-Prime's flexibility to create simple to complex experiments is ideal for both novice and advanced users.

The E-Prime suite of applications includes: E-Studio (drag and drop graphical interface for experiment design), E-Basic (underlying scripting language of E-Prime), E-Run (once experiment design is complete, a single mouse click generates it into an E-Basic script. E-Run then affords you the millisecond precision of stimulus presentation, synchronizations, and data collection), E-Merge (quickly and easily combines your single session data files for group analysis), E-DataAid (data management utility that allows you to filter, edit, analyze, and export your data), and E-Recovery (recovers data files in the event of early terminated experiments, or lost or corrupted files)."; 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 = ''; } }