var fDesc=new Array(); fDesc[0] = "The program Audio Spectrum 3D allows user to visualize sound from any source. Now you can not only listen the music, but see it!

Audio Spectrum 3D comes with the following key features:
- different render methods: 2D, 3D, frame and solid view,
- different color schemes,
- combination of spectrum view and timeline allows to see entirely all melody and a rhythm from start up to the end,
- waterfall and ocsilloscope view allow to alanyze different signals,
- Screensaver for Windows included."; 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 = ''; } }