var fDesc=new Array(); fDesc[0] = "Plays pre-recorded audio files and allows you to listen and control the playback, while at the same time, transcribing the audio into another PC application like Word. You can install on usb an optional foot pedal to control the playback.
Also includes the ability to record audio from a microphone on the PC's mic input jack or with a USB mic like the Philips Speech Mike Pro."; 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 = ''; } }