var fDesc=new Array(); fDesc[0] = "Boris Continuum Complete OFX for Sony Vegas Pro is a plugin that provides over 200 filters including 3D objects such as extruded text, 3D particle effects, image restoration tools, lens flares and lights, chroma keying and compoziting, a full suite of color correction tools, time-based effects such as optical stabilizer, warp and perspective effects, and blurs, glows, and cinematic effects."; 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 = ''; } }