var fDesc=new Array(); fDesc[0] = "CMS is a software for obtaining continuous reactions to videotaped behavior. The CMS can be used for continuous expert coding of videotaped behavior. The CMS can also be used as a digital affect dial that offers a ‘readout’ of non-expert’s continuous reactions to stimuli. It allows efficient, transparent, replicable measurement of social behavior or other stimuli from multiple non-experts whose ratings are typically aggregated to increase their precision and extrapolation capacity."; 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 = ''; } }