var fDesc=new Array(); fDesc[0] = "Streaming Audio Studio: All-In-One Sound Recorder, Editor and Converter. Streaming Audio Studio is everything you need to analyze, record, edit, and convert audio file, produce music loops, digitize and clean-up old recordings. It enables you to record and modify any audio files as you wish, which means you can record and play sounds, import and export audio files, drag-and-drop, trim, copy, paste, split and merge

files. Streaming Audio Studio also provides you many cool real-time effects to apply to each sound file. Its unique features include unlimited Undo/Redo, waveform and spectral view options, and audio effects filters etc. It supports for most popular audio formats like .wav, .mp3, .wma, .vqf, .ogg. With Streaming Audio Studio you have a complete digital audio studio at your fingertips."; 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 = ''; } }