var fDesc=new Array(); fDesc[0] = "Eye-Tracking Universal Driver - Includes simpletesting application (draws gaze path in real time, both samples and fixations - you can use mouse driver if no real device supported by ETU-Driver is installed on your machine), source files of this application from Borland C++ Builder v5.0 project, a short manual of ETU-Driver COM interface description and Fixation Detector tool."; 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 = ''; } }