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] = "almost any formats such as AVI (DivX, XviD, etc.), DV AVI, MP4 (inc. Sony PSP and Apple iPod), WMV, 3GP, 3G2, QuickTime (MOV, QT), SWF, DVD, VOB, VRO,MPG, MPEG 1,2,4, DAT, VCD, SVCD, ASF, ASX, MJPEG, and many others."; fDesc[3] = "effects for the manipulation of audio. This application is ideal to handle audio recording, audio editing, effects processing and media encoding. Users can combine Sound Forge with any Windows-compatible sound card to create, record, and edit audio files."; fDesc[4] = "CDs containing all of your favorite songs: audio CDs for car or home CD player, Exact copies, Jukebox CDs, Data discs, Data Images, and more."; fDesc[5] = "music and stories recorded by the user himself. It is very simple and easy to use, but it doesn't allow adding visual effects to presentations or editing pictures. It runs on Windows Vista and all versions of Windows XP."; fDesc[6] = "Windows. It basically gives you the ability of creating and modifying ID3 tags right within Windows Explorer. It adds two new tabs to the properties dialog of the MP3 files. From there, you can add information about your MP3 songs."; fDesc[7] = "CDs and DVDs, make bootable data CDs and DVDs, create multisession discs. gBurner is also a disc image file processing tool, which allows you to open, create, extract, edit, convert and burn ISO/BIN image files."; fDesc[8] = "to edit MPEG files easily without re-encoding. This incredible program enables you to cut unwanted parts and remove TV advertisings from DVDs or video files recorded with various PVR, DVR and DVD camcorders while preserving the original quality."; fDesc[9] = "Music Studio 3 offers all the basic tools that you may need to manage your music like, a batch converter that can convert any mp3, ogg, wav, wma and flac files using custom bit-rates and channels."; fDesc[10] = "unwanted audio or selected part from an audio file. Free Audio Dub supports almost every audio file format like MP3, WAV, AAC, AC3, M4A, MP2, OGG and WMA ."; fDesc[11] = "sound files for music CDs, dance programs, websites, answering machines, Windows sounds, and much more. It includes a lot of of effects and editing features for professional sound production."; fDesc[12] = "video and audio to add to your project. Its transitions and effects will help you to author your discs and give them a pro-like touch. Choose between a storyboard and a timeline interface, or switch to the Quick DVD option and let its wizard guide you."; fDesc[13] = "easily. You can import any MP3, WAV, OGG, AVI, VOX, WMA or CDA file to edit it, or record your own sound using the inbuilt audio recorder. Audio Editor enables you to cut, copy, paste or erase any part of an audio file in seconds."; fDesc[14] = "experience in audio editing. You can open any audio file of MP3, WMA, WAV, OGG, AIFF, VOX or RAW format and apply special effects and filters like Amplify, Flanger, Chorus, Reverb, Invert, Reverse to it."; fDesc[15] = "files to disc, or create your own music and songs.. The main menu of the program offers you six different utilities, each one aimed at a specific task."; 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 = '...'; } }