var fDesc=new Array(); fDesc[0] = "HitFilm Standard gives you Hollywood quality visual effects and 3D compositing at an incredible price. You can drag easy presets onto your videos or combine effects to create your own unique visuals.
Turn any prop into a convincing weapon with HitFilm's photorealistic, fully 3D muzzle flashes. Create any kind of gunfire from pistols to miniguns and futuristic plasma rifles.
Import your videos, trim clips and add transitions with up to 10 video layers and 10 audio layers. At any point you can switch to creating visual effects without having to change applications."; 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 = ''; } }