var fDesc=new Array(); fDesc[0] = "PsychMate® is a library of experiments designed to provide a means for exposing students to classic and current experiments in psychology, as well as to teach students about research methods and data collection. Students participate in real experiments, not simple demonstrations or simulations! PsychMate® enables students to take part in 30 classic and current psychology experiments, and see immediate plots and tables of their own real data. Student data files are submitted automatically* and complete analysis files are provided for each experiment, saving the instructor hours of prep time."; 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 = ''; } }