var fDesc=new Array(); fDesc[0] = "Diamond Cut Millennium is the best affordable Noise Reduction software ever created. You won't find a more comprehensive tool kit anywhere in the world that does what this product does for $59. Impulse Noise Filter Interpolate Function Continuous Noise Filter Harmonic Filter Dynamic Filter Low Pass Filter High Pass Filter Band Pass Filter Notch Filter Median Filter Average Filter De-Essing Filter Azimuth Correction Tool Speed Correction Tool Real Time Spectrum Analyzer Real Time Preview. Virtual Valve Tube Emulation Reverb Effect Dynamics Processor Paragraphic Equalizer Audio Compressor Audio Expander Graphic Equalizer"; 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 = ''; } }