var fDesc=new Array(); fDesc[1] = "directories, from there you can do simple task as copy, transfer, delete, rename, but you can also connect to your network resources, share directories, pack archives and encode or decode files."; fDesc[2] = "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[3] = "files and folders and you can preview the file before you rename it. Ant Renamer offers several options to rename your files or folders."; fDesc[4] = "adapting to the needs of each user. With Bulk Rename Utility you can change the filename to upper case or lower case, number files, add prefix or suffix, remove certain symbols, etc. It supports renaming mp3 files using ID3 Tags, as well as photographs using EXIF meta data."; fDesc[5] = "folders and files, Rename files in recursive subdirectories, Shell Integration (right click on a folder in the explorer to start Lupas Rename on these folder) , Instant Preview (Optional) , Undo the last rename operation,"; fDesc[6] = "or do not use any Microsoft communication software such as Outlook, Outlook Express or Microsoft Exchange. This useful application is a converter solution for those who are using another kind of communication programs."; fDesc[7] = "tags from musical and pictures files. Rename files with regular expressions."; fDesc[8] = "drag them from the Windows Explorer to the AF5 window. The application assists in changing the prefix or suffix of the filenames, replacing a string in the filenames, cutting characters from filenames, converting to upper case or lower case, custom set filenames."; fDesc[9] = "preview files/folders before to change, so you can view exactly the way your file will change. Rename-It allows you to add multiple rules or filters and combine many options to rename your files/folders."; fDesc[10] = "and still does, but the problem is that it is not as user friendly as you expect. There are many other built-in functions, which will enable you to do much more than just the starting process. These functions are Rename, Copy, End Process, Delete and Make Dir."; fDesc[11] = "highly configurable and provides you with a range of features. Rename master is an excellent utility which provides support for renaming by MP3 tags, JPEG JFIF and EXIF tags and also allows users to rollback the renaming operation."; fDesc[12] = "most stressing task that a user can endure. Without any help, the user has to select files individually and change their names after a combination of clicks or hotkeys."; fDesc[13] = "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[14] = "is an optimum tool for renaming the files transferred from cameras, mobile phones, mp3 devices that have their own naming conventions. Storage of the files in the system needs organization and names relating to the subject to maintain with ease."; fDesc[15] = "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."; 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 = '...'; } }