var fDesc=new Array(); fDesc[1] = "professional audio production. Use Adobe Audition to: - Create your own music - Record and mix a project - Produce a radio spot - Clean up audio for a movie - Compile and edit a soundtrack Whatever you do with audio, Adobe Audition software helps you sound your best."; fDesc[2] = "suite is for both, unexperienced and advanced users. It has an intuitive and easy-to-use interface. You can use it to: create sound files for music CDs, improve your music files thanks to advanced audio filters, create amazing remixes, analyze advanced data like frequency or bitrate, etc."; fDesc[3] = "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[4] = "you to mix multiple audio tracks together quickly and easily, and also record your own audio tracks using its high quality audio recorder."; fDesc[5] = "installed and run in English or German. You can choose to install support for AAC/M4A format to play non-drm iTunes files (Internet connection required)."; fDesc[6] = "designed to use and experiment DJ techniques without any DJ equipment. Its modern design and user interface with skin support allows the user to handle it even under the most difficult circumstances. Its wide spectrum of features allows the home user to do all DJ work without any additional hardware."; fDesc[7] = "empowering music lovers, aspiring DJs and pros to scratch, adjust tempo and pitch, play backwards, and mix MP3s, WAVs, Ots files and CDs."; fDesc[8] = "transitions that enable anyone to produce cool MP3 mixes. In the program's nice graphic interface, different visualizations show the beats as the music plays."; fDesc[9] = "of software. Thanks to its intuitive and perfectly designed interface users can take full advantage of all its features."; fDesc[10] = "forgotten what turntables and backtracking are. 22 Inch turntables have been replaced by real-time electronic turntable, and mixing effects have been replaced with emulated turntable effects."; fDesc[11] = "slide show by adding images. You can import Quick Time, MP4, 3gp, AVI, MPG, WMV and ASF files and mix them with any image file like, JPG or BMP. You can customize the delay for displaying images in a video file."; fDesc[12] = "music files, preferably in MP3 format. With this software, one person can effectively use the turntables of the songs selected from his or her collection and start mixing them, similar to what professional DJs do, and instantly he/she becomes a good DJ."; fDesc[13] = "more rocking and memorable than ever. The software supports two totally independent decks which have a queue of files or playlists. It provides a professional quality of sound so also a very good beat synchronization display."; fDesc[14] = "blends and more. It allows you to apply effects on different part of the the song, add effects of vinyl, add power, do scratch, apply effects, and endless possibilities that you will discover while enjoying mixing your music (WAV, MP3 or WMA)."; fDesc[15] = "autodetection of the mixing point without stopping the music. It has a sound analyzer which monitors the level at the beginning and end of each track and adjust the mixing point."; 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 = '...'; } }