var fDesc=new Array(); fDesc[0] = "The Futudent recording software enables you to record videos and take still images during dental work. The program is controlled with a foot pedal: you start and stop recording just by pressing the pedal for 2 seconds, and with quick presses, you take still images and create bookmarks for editing purposes. You can also add text to the videos and images."; 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 = ''; } }