var fDesc=new Array(); fDesc[0] = "BioGraph Infiniti Software is the core of all current and future Thought Technology Biofeedback and Psychophysiology products. It provides a multimedia rich graphical experience, while capturing and analyzing raw data. It includes all the features and functions required to run our specialized application Suites and offers the ability to customize your own screens and suites using the Developer Tools."; 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 = ''; } }