var fDesc=new Array(); fDesc[1] = "is a very easy to use program in which you can tag your files getting tag information from several sources. As many other tagging solutions tag retrieval is available from freedb but is also possible to retrieve tags from amazon.com, amazon.de and discogs."; fDesc[2] = "easily stored on you PC. It has an easy-to-use interface, which lets you carry out three main tasks: Rip audio CDs, Convert audio files between many formats, and create audio CDs, MP3 CD/DVDs, Data CD/DVDs and Video DVDs."; fDesc[3] = "you can keep your music collection organized with Tag&Rename since it is the only tag editor and organizer which has full native support for: mp3 (ID3v1, ID3v2.2, ID3v2.3 and ID3v2.4 tags), MusePack mpc/mp+ (APEv1, APEv2 and ID3v1 tags), Windows Media wma, asf and wmv files, Ogg Vorbis and Flac (vorbis comments), Apple iTunes and iPod aac (m4a) files including mp4, lossless m4a and protected m4p files, most popular lossless codecs including monkey's audio, wav pack, optim frog, flac, Apple and Windows Media lossless. Tag&Rename supports many additional tag fields including lyrics, cover art, rating, mood, disc #, classical music fields (Composer, Conductor, etc.), file related URLs and so on."; fDesc[4] = "has a clear and intuitive interface to divide the audio file you want, whether specific parts of the track, intervals of the same length and even the silences. It supports Drag & Drop, and batch mode to cut multiple files at once."; fDesc[5] = "another. It supports format include WAV, MP3, OGG,WMA, RAW, VOX,CCIUT u-Law, PCM, MPC], MP2 and more."; fDesc[6] = "arrange, list and classify all your Mp3 files stored in your PC. That's why Zortam Mp3 Media Studio has many built-in features like: Search Media, Mp3 Tagging, Autotag, Cd ripper, Wav/Mp3 Converter, etc."; fDesc[7] = "all other conversion tools available on the Internet. However, it supports many audio formats and it lets you convert them into the following files: Mp3, WMA, OGG, FLAC, MPC, APE, WAV, PLS and M3U."; fDesc[8] = "Tagging, Write Tags from Filenames and Rename Files From Tags using Custom Formats, Cleaning Filenames and Correcting their case, Get Tag info using Directory Formats, Create Directories and organize mp3s from tag info, Copy & Synchronize id3v1.1 & v2.x tags, Lyrics and Picture Tagging, accurately read all MPEG info and append bitrate and mode to filenames. All these tag operations can be carried out with or without directory recursion. Mp3 Tag Tools uses a special \"readTags\" function so that the program reads & displays the full contents of your mp3 tags unlike other taggers. Use this prog as a reference to see the junk characters that actually may reside in your tags created by bad tag editing programs, which don't usually get displayed. Thus you can create absolutely clean ID3 tags, as though they were created for the first time."; fDesc[9] = "your music according to Artist/Album/Track. TheLastRipper 1.3.2933 will also help you generate playlists from the data available from you Last.fm account."; fDesc[10] = "are both supported. Edit one, ten or all your MP3 files at once! ID3-TagIT has many functions to help you achieve your goal as quickly as possible. ID3-TagIT is - in contrast to many other editors - able to read information from the directory structure and put it into the TAG, organize files into folders, handle several comments and genres in the ID3V2 TAG, and every function is available for ID3v1 and ID3v2. For detailed information go to the features descriptions. You will also find a FreeDB Connection, some analyse functions, libaries for your genres and artist and some transfer and copy functions for the TAGs. Compressed and Unicode encoded ID3V2 TAGs are supported to version 2.4 (TAGs of version 2.2 can only be removed)."; fDesc[11] = "exactly what you are looking for. With full CD audio playback control function, AltoMP3 Maker can work as a freedb-aware CD player."; fDesc[12] = "with your audio files, it will save a lot of your time. The program includes an audio file mixer and a tag editor among other useful tools. It also gives you the possibility to record Mp3, WMA, FLAC and WAV streams."; fDesc[13] = "up-to-date catalog without duplicate disks. This software will provide information for each track, file path, track list, title, album, length, size, format, and bitrate. We are allowed to edit our MP3 files, add tags, create play list, and much more."; fDesc[14] = "MusicBrainz downloads, and renames files from tag data. Features the most comprehensive support of tag types, tag frames, and tag fields available in a single tag editor."; fDesc[15] = "manually, changing your audio files' information can take long time. This software will allow you to edit and change your Mp3 and WMA files' information."; 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 = '...'; } }