var fDesc=new Array(); fDesc[0] = "Heat Distortion is an Adobe After Effects plug-in that simulates realistic heat waves and distortion. The plug-in features: advanced noise options, realistic heat noise, image distortion, heat haze, advanced noise control, wind, and more. The program works with After Effects CS4, CS5, CS5.5, CS6, CC 2014 and 2015."; 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 = ''; } }