var fDesc=new Array(); fDesc[0] = "The Quikscribe Player uses a heavy-duty, triple action Foot Switch. It can Play, Stop, Rewind and Fast Forward. You can also vary the Back Space distance for the Foot Switch and you can vary the Seek Speed (Rewind and Fast Forward rate).

The Quikscribe Player also has global Hot-keys, which means you can control certain actions of the Quikscribe Player while working within other programs e.g. Microsoft Word or Word Perfect.The Hot-Keys are user definable, which means if you ever encounter a conflict with other programs, you can easily change the associated Hot-keys to resolve the conflict."; 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 = ''; } }