var fDesc=new Array(); fDesc[0] = "Active Audio Record can directly record audio to mp3, wav, wma, ogg, au, aiff and vox audio file. It enables you with full control on the quality of the audio file by setting the encoding parameters.

This tool supports standard sound cards. It can support multiple sound cards as well as multiple device lines defined by the sound mixer. You can record sound from any source such as online streaming audio, radio, audio players (i.e. Media Player, WinAmp, Real Player etc.), midi, microphone, CD, Tapes & LPs."; 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 = ''; } }