var fDesc=new Array(); fDesc[0] = "See how easy it is to caption your videos. Just load your movie, set your text/background properties, then click the Start button. MovieCaptioner will start playing the first 4 seconds of your video in a loop. Just type what you hear in that loop and then hit your Return/Enter key to record that caption and it's starting timecode. MovieCaptioner will then automatically move on to the next 4 seconds of your movie. Just keep typing and hitting your Return/Enter key until you've captioned your entire movie. It couldn't be simpler! If you can type, you can make your videos accessible for the deaf, increase your search engine optimization (SE0), and open your videos up to a much wider audience."; 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 = ''; } }