var fDesc=new Array(); fDesc[0] = "IDS caption allows for the slow-motion playback of any media enabling you to type along with the media at your adjustable typing speed. The program also has hotkeys to control the media player as you type, so you can pause, play, jump forward and backward, without having to take your hands off the keyboard. Hold your mouse over a menu, button, or area to view a description of its function. If you already have your media transcribed, you can speed up the caption synchronization process by increasing the media playback speed. The caption times are tied to the actual media times so by speeding up the media playback, you're shortening the time it takes to caption the project.IDS Caption has integrated the captioning process with the transcription process by having caption start times automatically set for you as you transcribe. There is simply no quicker or easier way to caption a video than IDS Caption."; 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 = ''; } }