var fDesc=new Array(); fDesc[0] = "TrueRTA audio spectrum analyzer software, in combination with your PC, provides a test capability that would normally require thousands of dollars worth of traditional audio test instruments. Now you can afford the powerful audio testing capability normally seen in better audio research and design laboratories! TrueRTA Level 4 exceeds the performance of many $3,000.00 laboratory analyzers for only $99.95!"; 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 = ''; } }