var fDesc=new Array(); fDesc[0] = "The EPIC I plugin for Sony Vegas Pro 9 allows you to edit DSLR's H.264 Quicktime files in real time by using the "instant edit" method. You can edit in real time, on practically any machine. The Instant Edit method is totally transparent: that means no transcoding, no swapping files, no hassles. Epic can also handle hundreds of files with hundreds of effects and transitions with excellent stability and well-controlled memory usage."; 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 = ''; } }