var fDesc=new Array(); fDesc[0] = "Rational Acoustics Smaart is a dual-channel, FFT-based acoustical analysis software application that runs on Microsoft Windows and Mac OS X. It provides real-time spectrum analysis of audio signals, dual channel transfer function analysis of sound system response and acoustical impulse response measurement and analysis capability. Smaart enables you to measure and analyze the frequency content of audio signals, study the timing and frequency response of electro-acoustic systems, and perform basic room acoustics analysis."; 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 = ''; } }