var fDesc=new Array(); fDesc[0] = "TechSmith EnSharpen video codec for QuickTime is a codec for the MOV file format. It produces high-quality (lossless) QuickTime movies with a high compression ratio. It is especially well suited for screen recording videos, software training, and animations, including animated text. The encoder integrates seamlessly with current video editing and content creation tools. The decoder is freely distributable and widely available for download. Both the encoder and the free decoder are available in Microsoft Windows and Apple Macintosh versions."; 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 = ''; } }