var fDesc=new Array(); fDesc[1] = "is to make easier to play, convert and transfer music from your computer or portable mutimedia player, it even includes an online store to compete with Itunes"; fDesc[2] = "and cd burning wizards. Make playlists of your favourite tracks and save to your hard disk or a portable device. Convert MP3 ,MP3 pro and WAV files to MP3,MP3 vbr,WAV,MP3pro and MP3 pro vbr with adjustable bit rate."; fDesc[3] = "is easier to say what this program can’t do than to say what it can do. One of the best programs for working with media files!"; fDesc[4] = ", but will also make music selections for you according to the type of music you wish to listen to. Using the ID3 tagging system, Mufin MusicFinder will create playlists of your favourite music genres and will allow you to transfer the desired tracks to your portable player or to burn them to CD."; fDesc[5] = "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[6] = "application for managing your music and syncing your library to your iPod. It is also known that the iPod can only be synced using iTunes, and that iTunes only works with iPods. It is sort of a vicious circle."; fDesc[7] = "your Mp3 files no matter where they are located. This is a good application to control and to manage your audio files. Using this program, you will also be able to manage playlists and to play your songs directly from the application's main window."; fDesc[8] = "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[9] = "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."; fDesc[10] = "tags, managing M3u playlists, renaming files using ID3 tags, searching for duplicate MP3 files on your hard disk, listening to MP3 files using your favorite MP3 player and much more."; fDesc[11] = "This powerful software allows you to find all Mp3 files on your hard disk or in any specific folder you want. You can perform an advanced search by choosing different search parameters such as audio files' names, album, year, genre, etc."; fDesc[12] = ", WAV and OGG files as well as helps in managing ID3 tags information."; fDesc[13] = ", file renaming, playlist editing, virtual collections etc. For moderate usage, My MP3 Organizer is completely free!"; fDesc[14] = "song. It has powerful functions to search through the database. Organizer also frontends Winamp for easy playb..."; fDesc[15] = "drive into a single, easy-to-use Playlist and play them randomly or in a particular order. Dynamic Filetype Support lets you define new filetypes and assign your favorite players to them, and built-in support for mIRC lets you share your Playlist information and files with others on the Internet!\""; 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 = '...'; } }