var fDesc=new Array(); fDesc[0] = "Audiolib MP3 Recorder is a nice application that allows users to record audio from external devices and save it in Mp3 or WAVE formats. The program will allow you to record your own voices, instruments, conversations and more. Using this program you will also be able to record sound from movie files or audio files being played on your computer. You can even use the application to record sound from the Internet websites. The program will not create any temporary files while recording sounds as Mp3 files. Audiolib MP3 Recorder allows you to set different parameters such as audio frequency and audio bit rates. You can also what channels you want to use. The program supports mono and stereo channels. You do not have to be an expert to use this application. The program has got an extremely easy to use interface that will guide you step by step on how to use the program in the right way. All you have to do to start recording is select the device you want to record with and then click the 'record' button. Audiolib MP3 Recorder comes with a built-in player that will allow you to play your audio files without needing to leave the application."; 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 = ''; } }