var fDesc=new Array(); fDesc[0] = "PowerPlay is ideal for transcribing Law Enforcement video interviews on DVD, Streaming MP3, WMA, Music, and Voice from the Web, Courtroom Hearings and Proceedings, Hollywood Movies, TV Closed-captioning, Video Time-coding, City Council Meetings, Focus Groups, Corporate Boardroom meetings, Oral History Interviews, University Research Videos. Start-Stop Powerplay DVD/Video Transcriber is a professional grade PC-based, foot-pedal controlled system. Control playback of digital video—pause, play, step-back, and fast-forward without taking your hands from the keys or your attention away from your word processor."; 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 = ''; } }