var fDesc=new Array(); fDesc[0] = "NoiseFixer is a Photoshop plug-in designed to remove image 'noise' or 'grain' without removing any of the crispness of the image, unlike other noise removal tools.NoiseFixer has an easy to use interface which enables the user to adjust the level of luminance and chrominance noise independently and view the combined result. It operates on both 8 bit and 16 bit images."; 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 = ''; } }