var fDesc=new Array(); fDesc[1] = "GoldWave, a very advanced program that will help you perform from simple to complex audio projects. With this application you will be able to play, edit, mix, restore and apply many audio effects to your files that will let you get professional results."; fDesc[2] = "source like Vinyl discs, and digitize it into a computer format. For that, the application uses two tools. First, and most importantly, it uses an audio recording system that can record from both the line-in, a microphone or optical-in, if you have it."; fDesc[3] = "your Stereo Equipment, Importing Audio Tracks from your CD´s, etc. In one word, this tool is a sound editor program for Windows. You can also edit your voice and another sounds recordings and if you want it you can also add some sounds effects."; fDesc[4] = "recordings. When editing audio files you can cut, copy and paste parts of recordings and, if required, add effects like echo, amplification and cassette noise reduction."; fDesc[5] = "the whole process – from hooking up your player to your computer to burning the final CD. With just a few easy steps, it will capture the audio, clean it, split it into tracks and create the audio files for you."; fDesc[6] = "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[7] = "goal of this software is to help you digitalize all vinyl LP’s and cassettes tapes. Once you’ve ripped your cassettes or LP’s to a wav file, you will then be able to split, edit, and finally convert the files to MP3/WMA format."; fDesc[8] = "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[9] = "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."; fDesc[10] = "available for free downloading. We can save our progress and continue playing whenever we want, without having to play a game all over from the very beginning. Spectaculator emulates all major ZX platforms, among which are Spectrum 48K and 128K, Pentagon 128 and Scorpion 256."; fDesc[11] = "such as microphone, DVD audio, audio played on the online radio, songs played on media players and voice chat. Audio Record Expert provides you with a silence detector that splits your recording automatically. It also allows you to schedule recording on specific or recurring events."; fDesc[12] = "such as line-In, or speakers to WAV, MP3, audio-only AVI, and WMA files (additional formats supported with booster packs). Also lets you record from a DV camcorder or VCR connected to 1394 port."; fDesc[13] = "Cleaning Wizard guides through all the steps from recording and track splitting to restoration and CD burning."; fDesc[14] = "phone conversations and monitor call-center agents. Save time and money managing your recordings. Easily save and review recorded conversations."; 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 = '...'; } }