var fDesc=new Array(); fDesc[0] = "The Video Capture Add-On for LabChart is used for simultaneous recording and synchronization of a Windows Media Video or Quicktime movie and a LabChart data file. It allows the user to record a movie directly to computer using a personal video camera. The movie is then saved and linked to the LabChart data file. The recorded movie and LabChart data file can be played back together allowing users to observe what is happening in the movie simultaneously with any point in the recorded data, or vice versa."; 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 = ''; } }