var fDesc=new Array(); fDesc[1] = "You can rename files in so many different ways. For example, you can grab a bunch of files and add a letter to them all. You can also add a sequence of numbers to your files."; fDesc[2] = "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[3] = "It's a time saver for people with large amount of files, eg digital camera users, webmasters & mp3 collectors."; fDesc[4] = "different methods makes it easy for you to change the names, attributes and timestamps of files in one go."; fDesc[5] = "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[6] = "quickly. Features include file mover, command line support, search music album online and right-click Windows shell extension."; fDesc[7] = "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[9] = "compensate for different time zones within seconds. Also works as a batch renamer to convert your files to a specific format"; fDesc[10] = "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[11] = "images. Fast Photo Renamer can rename thousands of images in seconds. Fast Photo Renamer simplifies the collection and management of photos by giving their name the same prefix."; fDesc[12] = "software tool has a very easy to understand and user-friendly environment that makes it stand apart from its other competitors of the same category in the software market."; fDesc[13] = "XMP, regular expressions, file rename using wildcards, MP3/Ogg vorbis/MPC id3 tagging and MANY more."; fDesc[14] = "consistent and organized. It comes with lots of renaming options, mp3 tag support, instant preview and undo/redo support."; fDesc[15] = "choose the format and batch rename the files in the directory easily. With it, you can edit the lyrics and pictures or co"; 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 = '...'; } }