var fDesc=new Array(); fDesc[1] = "the renaming process, user can also select how many characters should be removed or replaced, beginning on a defined character position in the file/folder name. User can add characters, numbers or complete words to existing file or folder name."; fDesc[2] = "It's a time saver for people with large amount of files, eg digital camera users, webmasters & mp3 collectors."; fDesc[3] = "file extensions so easily and quick. This handy tool can be useful for professional photographers, typists and all those who word with a lot of documents and files."; fDesc[4] = "quickly. Features include file mover, command line support, search music album online and right-click Windows shell extension."; fDesc[5] = "tool is used to rename a multiple number of files, in thousands, at one go thereby reducing the time and energy of the user. The renaming can be done to both files and folders at a time and the presence of extensive renaming filters proves to be handy."; fDesc[6] = ",you can quickly and easily batch rename files and mp3's with a number of possibilities and options, including change case, change the file extension, insert string,delete string,replace/remove string ,set the file attributes&time stamps, and enumeration renaming allows you to add number sequences to your filenames. File And MP3 Tag Renamer also allow you to rename your mp3 collection according to their tag information(ID3 tags)! This can be easily done by specifying a format that the new filenames should have, e.g. \"Artist - Index - Title\". File And MP3 Tag Renamer is especially useful for handling large amounts of archives, such as image(or picture) collectors,composer, digital camera owners & media collectors(music/images/movies),programmers,webmasters & system administrators.With File And MP3 Tag Renamer you can automate thousands of file renames in a single click! And File And MP3..."; fDesc[7] = "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[8] = "the names of files and folders can be changed. The names can be completely redone and new names can be given, such as in number order or with meta variables. It is also possible to edit the names that are already given."; fDesc[9] = "at the built-in features it possesses: drive defrag, freeing up RAM space, web acceleration, maintenance wizard, registry cleaner, safe registry backup and restore, scan disk, system restore, system scrubber, uninstaller, undelete, wipe, file rename, lockout, file slicer, etc."; fDesc[10] = "XMP, regular expressions, file rename using wildcards, MP3/Ogg vorbis/MPC id3 tagging and MANY more."; fDesc[11] = "(audio and video). It includes a media player and a powerful file renamer. Files are organized in user-defined or automatic albums"; fDesc[12] = "way. With this program you can rename audio files, video files, documents, image files and other types. The good thing about the program is that it is very easy to use and it lets you navigate through your computer to find the files and rename them very fast."; fDesc[13] = "in-built preview pane to visualize the after-effects of renamed files."; fDesc[14] = "tags found in MP3 files. Bulk renaming supports adding a string at the start or at the end of the file name. You can also bulk change multiple files extensions and insert or replace a fixed text inside the file names at once."; fDesc[15] = "database files, Excel worksheets, or delimited text files."; 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 = '...'; } }