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] = "totally intuitive interface similar to Windows Explorer (with check boxes next to files and folders) that will allow you to select the files and folders you want to back up, the destination and filename, and any optional settings."; fDesc[3] = "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[4] = "short filenames."; fDesc[5] = "approach. Taking a lot from Firefox and the like, XYplorer adds a tabbed interface to the everyday use of file managers. Thus, you don't have to scroll through tens of windows to find the one that you know is somewhere."; fDesc[6] = ", rename a series of photos in number order, or change the case of filename lettering. Once you have a batch of thumbnails, you can also resize them to your specified width and height while keeping the proportions as they were."; fDesc[7] = "(e.g. (%Track) %Artist - %Title). Such a function is pretty \"smart\", as it lets you assembly the filename as you wish and use the variables from the ID3 tag in the filename. It is required you mark them with a \"%\" at the beginning, followed by an ID3 section label (literally - i.e. the first letter is capital, exactly as it is referred to in the roll-down menu). Do you have loads of MP3 files in a directory and need to write a single common piece of information into them (e.g. the interpret or the album name)? You can type it in there manually, but this won't make you very cheerful if the amount of files is large. Using ID3 renamer, everything is a matter of a few mouse clicks. Do you need to clean some portion of the ID3 tag? Use ID3 renamer and don't erase like every single line."; fDesc[8] = "cleaning, tag generator, tag editor, filename creator, output templates, a powerful script engine and many more will help you organizing your files."; fDesc[9] = "application can rename files, folders or both, change the case of filenames, remove or change a filename, perform string substitution, Append dates in many formats, remove characters or words, append the parent folder's name, remove digits or symbols, append or propend text and much more."; fDesc[10] = "application had developed solutions for the most popular e-mail clients. Now, they are all supported under a single application, which makes a lot of sense if you care more about making a good product than making a good buck."; fDesc[11] = ", settings, Windows Address Book (WAB) to an archive file in a few steps. This incredible program has the ability to generate the output archive filename with timestamp automatically, so you don't need to type or select the filename on each time your starting backup."; fDesc[12] = "extension part. 6. Save filenames to a file7. Ordered numbers or disordered ames.8. Preview your rename result."; fDesc[13] = "named based on any number of file naming schemes you can configure such as ID3 tags and EXIF metadata. Includes undo."; fDesc[14] = "(\"_\"), extra spaces and other unwanted characters from the filename and leaves a nice-looking formatted filename. It has many options including Mass Renaming, Search and Replace of character strings, Auto-Fill-In of Internal ID Tags, and Edit record and repeat options. MP3 Filename Formatter can also update the internal ID3 tags and save them when renaming a file. The filename and internal ID3 Tags can be previewed and altered, as you want before saving. A MultiTagger utility is included that can set internal ID3 tags in a whole group of selected files. A Mass Renaming option is also available that can eliminate unwanted characters from hundreds of MP3 Filenames in one sweep. With these tools, you can rename entire directories of MP3 filenames in just a few minutes."; fDesc[15] = "white rules, this spam killer will filter out all your junk email!"; 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 = '...'; } }