var fDesc=new Array(); fDesc[1] = "Bars\". Microsoft Engineers now thougth it would be a good idea to change all the menus in order to make easier to see at a glance, Lets wait a little and see what the users think about this new experience. I think the change is good, but not that good."; fDesc[2] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have."; fDesc[3] = "Essential is surprisingly simple for the novice user, and very convenient for the more experienced user. We also share our best photos with friends, upload to the network, or use templates to create digital albums."; fDesc[4] = "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[5] = "1000s of artists. You will also be able to listen to music on your PC, mobile player or as ring tones on your mobile phone. With Radiotracker, you will have in your hands the gift of unlimited music all day, free and legal."; fDesc[6] = "amazing and the interface is very dynamic. When we open the program can find the common buttons, file, edit, view, help, search box and the button to order the images by date taken newest or oldest, folder, filename and more."; fDesc[7] = ", 3gp and more. When we open the program we can find a Menu Bar and three tags they are: organize photo, choose menus and burn disc. In the Organize Photo tag we can see our folders in one window and the files that we select in the other window."; fDesc[8] = "features are customizable tag output as well as an extremely detailed information input for specific or grouped music files. TagScanner“s stronger feature is the web based tagging tool."; fDesc[9] = "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[10] = "players, display information about your songs like song name, artist, genre, year, etc. Stamp ID3 Tag Editor allows you to change that information."; fDesc[11] = "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[12] = "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[13] = "incomplete tags, and analyze quality of your audio files. It supports MP3, OGG, MPC, APE, AAC, FLAC; WavPack files, and ID3Tag V1 & V2 tags, Vorbis (Ogg) comments and APEv2 tags."; fDesc[14] = "tags, mp3tag Pro will make folders for every genre, artist, album, and so on, depending on your choice. Files will be sorted into the corresponding folders. With mp3 tag pro you can get full control over ID3 tags and can organize your music collection."; fDesc[15] = "ID3v2) of mp3 files in a fast and simple manner. This incredible program is very useful to tidy up your mp3 collection and find your music easily."; 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 = '...'; } }