var fDesc=new Array(); fDesc[0] = "Film Looks SVP Vol.5 is a visual effects plugin designed for Sony Vegas Pro that helps you improve your visual projects. It provides you with 20 grading presets for advanced color grading work in Sony Vegas Pro, you can adjustments such as warming or cooling the footage and it is based around the standard OFX video filters."; 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 = ''; } }