var fDesc=new Array(); fDesc[0] = "Enrapture your audience with the most versatile and accessible content creation tool in the space. Sporting sleek 64-bit performance, an easy-to-master interface, and 4K rendering, ACDSee Video Studio 4 empowers you to bring your vision to life. In addition to easy sharing solutions, ACDSee Video Studio’s direct uploading to YouTube and Vimeo take the tedium out of distribution. Now with keyframing, green screen support, behaviors, overlays, non-destructive cropping, 3 axis rotation, support for HEIC files, freeze frames, GIF exporting, over 3x more keyboard shortcuts, and much more, ACDSee Video Studio 4 provides hassle-free video editing and screen recording without the learning curve."; 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 = ''; } }