var fDesc=new Array(); fDesc[0] = "Neat Video is a filter designed to reduce noise and grain in digital video. Neat Video detects, analyzes, and reduces noise. The quality of noise reduction provided by Neat Video s higher than that of other methods because Neat Video incorporates the most advanced noise reduction algorithms in the industry and takes into account specific characteristics of particular video capturing devices – video camera, camcorder, computer TV-tuner, etc., – making the filtration customized and
more accurate."; 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 = ''; } }