var fDesc=new Array(); fDesc[0] = "The program is used for recording audio from various audio ports and converting the sound into any format.

This program will let you record the sound from a microphone or copy your recording from an analog microphone to the computer, in digital format. All popular audio formats are supported, such as MP3, Windows Media Audio (WMA), QuickTime Audio (M4A and AAC), Vorbis Audio (OGG), Mobile Audio (AMR), Sun Audio (AU), Wave Audio (WAV and AIFF) and others. Any and all audio codecs are supported, including MP3, AAC, FLAC, Vorbis, GSM and ADPCM."; 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 = ''; } }