var fDesc=new Array(); fDesc[0] = "WinAudio Recorder serves as an effective tool for recording CD-quality audio from all input devices and Windows applications. You have the option to record audio from a sound card, cassette tape, video tape, microphones, line in etc. You can record any type of audio according to your taste and preference. An input device with Wave Out Mix is necessary to record audio from Windows applications. You can specify the item to be recorded or the recorder program selects the source by itself. You have the option to record audio from your microphone as well, provided that the microphone is connected to the microphone input of the sound card.

The recording devices can be selected and enabled manually. You can record, pause, stop the audio and make necessary changes to it. Input devices can be selected as well, and the volume can be adjusted according to your needs. To record audio from a cassette, walkman and radio input device with Line In, it should be connected to the Line In port of the sound card."; 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 = ''; } }