var fDesc=new Array(); fDesc[0] = "Noise Ninja is based on a powerful and robust mathematical approach called "wavelet theory". Wavelet theory is a cutting-edge technology for transforming images from pixels to a rich spatial-spectral representation that improves the ability to automatically identify and suppress noise at different frequencies, locations, and color channels."; 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 = ''; } }