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] = "beginner, it will be hard to understand the working of the program. The program uses a nice, black interface. On the left had, we see a list with thousands of audio effects, like clapping, piano, kick, etc. The features of the program make it the best of its kind."; fDesc[3] = "Premiere Elements. This extraordinary program has incorporated plenty features that will help you to create your own motion. It has also its own templates, elements that will definitely help you to create and innovate a special motion."; fDesc[4] = "desktop speakers. Works with all music, video, and games on the PC and has special custom presets."; fDesc[5] = "left and right click to simulate turntable. Use special features like pitch control, bass, treble, surround balance, cross fading and playlist for media management. AtomixMP3 offers more than 12 sound effects to add to your track for fun."; fDesc[6] = "functionality at a time. Everything you need to enjoy your favorite song or movie, you can find in this program. A brand variety of audio and video effects and different special features make video viewing or music listening unforgettable."; 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] = "audio, text, insert both visual and audio effects, and finally export sequences in almost any format. Its choice of built-in tools will allow you to edit your pictures, your audio clips, your video sequences, and create new ones!"; fDesc[9] = "incredible program allows you to save the created music or a part of the mix project with such popular audio formats as MP3, WMA, WAV and others."; fDesc[10] = "and add more VST audio and instrument effects to their Cakewalk studio software or any Direct X compatible application."; fDesc[11] = "From your private collection of love songs to entirely homemade video clips – everything's possible! For your songs, music videos, video emails, karaoke shows, funny clips, and much more."; fDesc[12] = "various features like professional tools for recording, analysis and editing. The graphical user interface is speedy, accurate and easy to use. The audio editing lab integrates a huge range of high quality audio tools"; fDesc[13] = "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[14] = "in real time using an interactive video that hides your real identity. The program includes a great variety of built-in video and audio effects and ready-to-use nickfaces/voices that allow you to express your emotions in real time."; fDesc[15] = "mixing tools to audio recording and converting. You can cut, copy or paste any part of an audio file using the editor and apply special effects like fade in/out, silence, normalize, flang, chorus, lowpass, band pass, high pass and reverse."; 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 = '...'; } }