var fDesc=new Array(); fDesc[0] = "Neat Video builds and uses device noise profiles to make noise reduction custom-tailored to video capturing device.
A device noise profile is a reusable analysis of noise properties of a video capturing device (digital video camera, film digitizer, etc.) working in a certain mode. Using a noise profile for a video capturing device in effect makes noise reduction custom-tailored to this device. Neat Video can automatically build noise profiles by analyzing the input video data."; 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 = ''; } }