var fDesc=new Array(); fDesc[0] = "MAGpie (Media Access Generator) is the original free caption- and audio-description authoring tool for making multimedia accessible to persons with sensory disabilities.

MAGpie contains an export selection for the TTXT format, which can be used to add closed captions to movies playable on BlackBerry smartphones and an export selection to automatically combine (or mux) TTXT caption files with MP4 or 3GP source files."; 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 = ''; } }