var fDesc=new Array(); fDesc[0] = "Audio Recorder 1.3 is an application that allows you to record music or audio streams and to save them directly into audio files. The program supports many audio files such as MP3, WAV, WMA and OGG. Using this software, you will be able to record your voice by using a microphone and the program will capture all the audio from your environment. The program has got a really friendly interface that will guide you, step by step, on how to record from Internet sites, audio files, or to record yourself. Audio Recorder 1.3 has many advanced options for each of your audio files. You will be able to change your MP3 files' bitrate, sample rate, channels and mode. There are other options that will allow you to get the program opened when you start Windows or to start recording on startup. Using this powerful software, you will also be able to make web podcasts, record radio stations online, games or TV programs. Once you have recorded the audio you wanted to record, you will be able to save it in any folder of your computer. Using Audio Recorder 1.3 you will also be able to split audio files or to join a few into one big file."; 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 = ''; } }