var fDesc=new Array(); fDesc[0] = "Film Looks is a visual effects plugin for Vegas Pro that helps editors to make their projects unique. It contains several professionally designed collections of ready-to-use presets and styles (aka film looks/cinematic looks/movie looks) that make projects look good. All cinematic looks are based around the standard OFX video filters. This ensures that you get all the benefits of GPU accelerated video processing and rendering."; 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 = ''; } }