var fDesc=new Array(); fDesc[1] = "and WAV files. You can switch from MP3 to WAV (and vice-versa) any time, or perform all your tasks without leaving the MP3 format, cutting full sections and adding fade-in and fade-out effects to your MP3 files without transcoding them, thus minimizing any loss of sound quality."; fDesc[2] = "on LP to the music on CD and even DVD. Turn your PC to the sound-recording studio by means of iRecordMax Sound Recorder! Anyway you will get audio files of high quality."; fDesc[3] = "any sounds from your sound card and save the recording directly into MP3, WMA or WAV files."; fDesc[4] = "line-in audio , streaming audio from the Internet, or music played by Winamp, Windows Media Player, Quick Time, Real Player, Flash, games, etc, without losing any quality. It supports three kinds of sound output formats, WAV, MP3 and WMA."; fDesc[5] = "micro phone, internet streaming audio, or music played by Winamp, Windows Media Player, Quick Time, Real"; fDesc[6] = "microphone, internet streaming audio, music played by Winamp, Windows Media Player, Quick Time, Real Player, Flash, Games, etc."; fDesc[8] = "matter if you are listening to your favorite on-line radio, your audio CDs, or if you want to record your voice by using your microphone. With this versatile program you can do it easily."; fDesc[9] = "digitize recordings of music cassette tapes, streaming Internet audio, vinyl LPs, videos, and meetings directly to your computer?s hard disk."; fDesc[10] = "MP3 audio formats. The user interface is similar to the Windows traditional sound recorder. You can use a microphone or any audio input to record a sound."; fDesc[11] = "etc. from your local computer or the internet. Captured sounds can be saved in WAV or MP3 format, using real-time conversion (without creating temporary files). The program offers direct support for RealPlayer, Winamp, Windows Media Player ,Power DVD ,Flash, Quick time and many others. It also includes a built in WAV/MP3 player, so you can listen to your recordings immediately after you finished recording."; fDesc[12] = "Windows applications with high quality, It can record streaming audio, Internet radio, music from CD, movies, MID file."; fDesc[15] = "record any sound by pressing a button of your keyboard. While minimized, its icon is visible in your system tray and you can start recording by clicking on the system tray icon which saves lots of time for you."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }