var fDesc=new Array(); fDesc[1] = "VoIP calls and Instant Messaging conversations."; fDesc[2] = "available on the websites and captures it. User can also capture MP3 from radio sites and can hear it whenever they want. It gives super quality of audio and video file exactly the same you hear or watch on the website."; fDesc[3] = "you to mix multiple audio tracks together quickly and easily, and also record your own audio tracks using its high quality audio recorder."; fDesc[4] = "or annoucements in either wav of mp3."; fDesc[5] = "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[6] = "resource such as Midi, MP3, WAV, WMA, RM, OGG,VQF, CD, DVD, MPEG, AVI, MOV, GAME, FLASH, Streaming Audio on Internet..."; fDesc[7] = ", stop, rewind and forward any audio file using the play control. You can cut, copy or paste any part of the audio file or use the recording tool to record your own voice and mix it with music tracks."; fDesc[8] = "in a file any sound that goes through your sound card. You will be able to record sounds from programs, an Internet streaming, your microphone, the CD/DVD player or any device you connected to your Line In jack, such as a TV set, a cassette recorder or a Hi-Fi system."; fDesc[9] = "even faster thanks to cool \"drag & drop\" function and create your own playlists."; fDesc[11] = "a part of a file and save it to another file, adding fade-in and fade-out effects to the exported audio easily. Power MP3 Recorder Cutter 5.0 bundles three applications: Power MP3 Cutter Classic, Power MP3 Cutter Professional and Power MP3 Recorder."; fDesc[12] = "mode (mono or stereo), sample rate, and bit rate. You can also configure splitting options by time or with a silence threshold, and set the recording device."; fDesc[13] = "vinyl LP’s and others to record it on a CD/DVD. The latest edition has improved sound source selection in Windows Vista, along with other systems having multiple sound cards."; fDesc[14] = "record any external sound by using a microphone or other device and save the result as a WMA, OGG, Mp3, APE, FLAC or WAV file. The program enables you to record any sound directly from a sound card."; fDesc[15] = "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."; 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 = '...'; } }