var fDesc=new Array(); fDesc[0] = "NewBlue Stabilizer makes it easy to produce smooth and steady footage. A powerful analyzer searches through all frames, calculates frame-to-frame motion, and realigns the affected pictures so they look clear and jitter-free, just like the rest of your footage.

Stabilizer is fast, simple, intuitive, and integrates seamlessly with your favorite NLE. Plus, it offers numerous ways to customize your results during analysis and playback. So you get just the professional results you intended, everytime"; 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 = ''; } }