var fDesc=new Array(); fDesc[0] = "The RoMac Digital Audio Distortion Meter is simple to use. With it's "Auto Lock" feature enabled, the software will automatically lock on the test frequency signal and start calculating the distortion levels.
The software also is capable of performing as an audio frequency Function Generator.
The RoMac Digital Audio Distortion Meter has the ability to measure the distortion of the signal source and then mathematically remove that from a test measurement and display the corrected measurements digitally."; 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 = ''; } }