var fDesc=new Array(); fDesc[1] = "download games to enjoy, and share them with others. You can actually share any digital file, including images, audio, video, software, documents, etc. The latest version supports BitTorrent protocol and Shoutcast radio stations."; fDesc[2] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur ."; fDesc[3] = "faster and save their precious time. It is a fully loaded tool like a Swiss knife. It uses a well known two window technology for a second level of exclusive features. So, simple tasks like copy, move, delete, update etc. are very easy with this amazing file management tool ..."; fDesc[4] = "other activities. It lets the user quickly find the stuff that helps them perform tasks faster like files, e-mails, contacts, music, presentations, etc."; fDesc[5] = "automatically. It uses a high sophisticated music identification algorithm to repair, edit, tag and rename MP3 files."; fDesc[6] = "from an alien invasion. The first cut-scenes are alarming and thrilling. You see a whole armada of alien ships entering Earth's atmosphere. However, you are not even told who those aliens are or what they want. You will (hopefully) find that out during the game."; fDesc[7] = "a system tray into special menu,change the order of icons in the system tray (sort tray icons),restore icons in system tray at crash Explorer."; fDesc[8] = "ICQ. ICQ was great, but it wasn't as organized and as neat as MSN Messenger. The same happens with iSpQ. When you first launch it, you will be welcomed by a screen with usernames."; fDesc[9] = ", WMV, VOB, RM and DAT formats into one big file. The user interface is very simple. Just add some video files to the file list and click on the start button to start the joining process. There are no settings and complicated configurations in this tool."; fDesc[10] = "provides many advanced sorting and searching options to sort the movie database in just a single click, and keeps tracks of all the records ensuring that the user doesn’t lose a DVD or any movie/video collection ever again."; fDesc[11] = "This application allows you to add, edit or remove items, and sort them, to fit the start menu to your style."; fDesc[12] = "details of the files saved in your disk, through a drive/directory window and a file list, which you can customize and sort according to various criteria. You can later send the list of saved files after previewing it to any printer if you want."; fDesc[13] = "Windows operative system, has proved over the years to lack advanced options. Thus, when the user needs to do anything other than copy a file or paste one, he finds himself at a loss for \"actions.\""; fDesc[14] = ", Explore Address Book, Labels, Explore Calendar, Envelopes, Recycle Bin, Email, Import/Export, Monthly Calendar, Weekly Calendar, and Daily Calendar. We can customize all this features to our preferences, search sort, edit, filter, and print them."; fDesc[15] = "work with the computer more pleasant. It is a great utility with a clear interface."; fDesc[16] = ", with MP3 Music Sorter. MP3 Music Sorter automatically sort, organize and rename all your MP3 music - exactly as you want. There is variety of MP3 music sorting methods - you may select how to sort your MP3 music with one mouse click using user-friendly Wizard. Full automatic MP3 music sorting (you do not need to do anything - all is done for itself) + Sort MP3 music exactly as you want (sort music by artist, by genre, by album or somehow else - more than 986 MP3 music sorting methods supported) + Sort All your MP3 music, even of rare types (more than 684 music formats are supported) - It is all about MP3 Music Sorter! MP3 music sorting never was easier. Key features: Sort MP3 music (Automatically) (all your MP3 music will be sorted, fast and easy); Sort MP3 music Exactly As You Want (by artist, album, genre, song name-variety of MP3 music sorting methods available); Sort MP3 music..."; fDesc[17] = "+ Sort MP3 music using variety of ID3, ID3v1, ID3v2, ID3v3, ID-X music tags (more than 2942 total and increasing)."; fDesc[18] = "all your photos automatically, even if you want to sort thousands of photos and they are packed in archives. Key features: • Sort photos (automatically)"; fDesc[19] = "automatically, even if you want to sort thousands of photos and they are packed in archives. Key features: • Sort photos (automatically)"; fDesc[20] = "sorter as Sort MP3 Music all your MP3 music files will be sorted automatically. More info and free download at SortMp3Music.com"; 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 = '...'; } }