var fDesc=new Array(); fDesc[0] = "Fusion is an advanced compositing program for visual effects artists, broadcast and motion graphic designers, and 3D animators. It features an easy and powerful node-based interface, so that you can construct complex effects by simply connecting various types of processing together. You get a wide range of features and effects that let you create broadcast graphics, television commercials, dramatic title sequences, and even major feature film visual effects. Fusion is a true 3D visual effects compositing and animation application that lets you create entire scenes in an infinite 3D workspace. You can import and render 3D models and scenes from FBX or Alembic geometry files and seamlessly position them anywhere in 3D space along with live action footage, virtual cameras and light sources."; 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 = ''; } }