var fDesc=new Array(); fDesc[0] = "The Sound Forge Pro 10 Mastering Effects Bundle 2 is a suite of six plug-ins powered by iZotope DSP technology. The effects include 64-bit precision and high quality algorithms for exceptional sound, as well as immersive interfaces with metering and graphical feedback to make mastering as quick and easy as possible. Sound Forge Pro 10 also includes the iZotope 64-bit SRC, utilizing a hybrid algorithm providing the highest quality and most customizable resampling available. iZotope's MBIT+ dithering algorithm features psychoacoustic noise shaping, based on research with actual musical material, for the best possible results."; 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 = ''; } }