var fDesc=new Array(); fDesc[0] = "Spread destruction with Damage, the industry standard for bad video effects, including Artifact, Blockade, Destabilize, Interference, Overexpose, Skew, Wave Displace, Channel Offset and Aged Film. Digieffects plugins are designed for host applications Adobe Premiere Pro and After Effects versions CS6 and CC, Final Cut Pro X, and Motion 4 and 5."; 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 = ''; } }