var fDesc=new Array(); fDesc[0] = "VoiceWalker is a transcriber's tool, designed to help you transcribe audio or video recordings. VoiceWalker lets you play back the sound in a controlled way, with the benefit of being able to systematically step (or "walk") through a recording, repeating short segments for a specified number of repetitions, then moving on to the next segment. The segments overlap, so that the transcriber does not become disoriented.
VoiceWalker assumes that you have digitized your recordings as computer files to work with them more easily (for information on how to digitize, see the VoiceWalker manual)."; 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 = ''; } }