var fDesc=new Array(); fDesc[0] = "Mocha VR is a video plugin for the creation of 360 degree video. It is used for stabilization, removing objects, patching the nadir, and general 360 degree tracking and masking tasks on mono and stereo footage. Mocha VR features a native 360 degree optimized workflow that is designed to simplify spherical video post-production.

This tool is is available as a standalone application or plug-in for Adobe After Effects & Premiere Pro, Avid Media Composer and OFX Hosts: Nuke, Fusion, Vegas Pro, and HitFilm."; 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 = ''; } }