var fDesc=new Array(); fDesc[0] = "Tobii PCEye Go is a peripheral eye tracker that enhances computer accessibility with the speed, power and accuracy of gaze interaction. The Tobii PCEye Update Notifier is a program that looks for updates of Tobii application, either automatically or manually, and assists the user in installing them. This makes it easy to keep the system up-to-date at all times."; 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 = ''; } }