var fDesc=new Array(); fDesc[0] = "Film Looks SVP is a visual effects plugin for Sony Vegas Pro that helps editors to make their projects unique and attention-grabbing! One of the cool things about Film Looks SVP is its ability to save your color corrections and adjustments as presets so you can use them again later. Your own library of reusable grades can save you an abundance of time during editing. Free version allows you to create 10 custom presets. Registered users can save an unlimited amount of custom presets."; 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 = ''; } }