var fDesc=new Array(); fDesc[0] = "These tools help you preserve fidelity throughout mixing and mastering, ultimately giving you more time to focus on making the best possible recordings. Audio Pluggers K-Meter plug-in improve the level of loudness and peak metering to your audio workstation, empowering you with the tools you need to ensure your audio sounds its best on a variety of playback systems. K-Meter combines K-System monitor calibration and metering with True Peak detection and standardized algorithms for computing the perceived loudness of your audio."; 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 = ''; } }