var fDesc=new Array(); fDesc[0] = "This plug-in is much faster than the horizontal and vertical flipping functionality built-in to Sony Vegas. The Track Motion flipping in Vegas is not optimized for the simple task of image flipping, and thus is quite slow. This plug-in provides a way to flip the video image horizontally and/or vertically."; 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 = ''; } }