var fDesc=new Array(); fDesc[0] = "Image noise is extraneous visible artifacts that degrade image quality. Image noise includes luminance noise, which makes an image look grainy, and color noise, which is usually visible as colored artifacts in the image. Free Photo Noise Reduction tool is a small and easy to use image editing tool which can help you remove a tremendous amount of that noise just by moving sliders."; 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 = ''; } }