var fDesc=new Array(); fDesc[1] = "effects, equalize, analize, import and export audio tracks in formats wav, aiff, mp3, ogg vorbis, flac, mp2. Its Available for Windows 98/NT/XP/Vista, Linux/Unix, Mac OSX."; fDesc[2] = "your favorite music files stored on your PC? Then AIMP is a new music player you should download and test it. AIMP is specially popular because it's a simple application that uses low resources, but it has a powerful equalizer where you will notice better quality improvements of your audio files"; fDesc[3] = "active presentations."; fDesc[4] = "You can burn your video directly to a DVD without copying files to the PC hard drive, saving both valuable time and space. And at the same time, the burning meets the standard requirements, so, then the DVD can be played on any home DVD player."; fDesc[5] = ", there are many other uses for it, screencasting being the most notable of them. Debut allows you to record your screen as if you were recording a webcam feed."; fDesc[6] = "VoIP calls and Instant Messaging conversations."; fDesc[7] = "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[8] = "Windows's right click menu. Those items allow the user to create ISO images of CDs and DVDs, burn those images to a CD or DVD or even copy CD or DVD to another CD or DVD. This program is a prime example of how a great product can be achieved by the simplest of means: simplicity."; fDesc[9] = "from your DV camcorder or from a VHS tape (if you have the right connectors); or simply capture video from a webcam, or anything that is connected to your computer. AVS Video Recorder quickly detects which connection is showing video and it auto-selects it."; fDesc[10] = "utilize the computer as a professional video recorder for the television set. The program encodes and compresses the real-time video data from the various video devices connected to the computer such as TV, VCD, analog camcorder and the likes."; fDesc[11] = "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[12] = "through your computer and save it in any of the most popular formats – MP3, AAC, WAV, M4A, ADPCM or WMA. You can decide on the sample rate, the bit rate, the number of channels used, or the volume settings, and apply correction effects for better results."; fDesc[13] = "chatting. It enables you to record your webcams, streaming video, video chat, instant messages, and record audio from any source including line-in, microphone or speakers. It only works with MSN Messenger, Windows Live Messenger."; fDesc[14] = "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[15] = "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."; 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 = '...'; } }