var fDesc=new Array(); fDesc[0] = "AI, automation, and a refreshed look make video editing easy. Now you can automatically match the color and tone of any video or photo, quickly turn your clips into Highlight Reels, and much more. Fine-tune the details or give your videos a whole new look with these popular options for easy video edits. Adobe Sensei AI* and automated options do the heavy lifting so you can focus on the fun stuff."; 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 = ''; } }