var fDesc=new Array(); fDesc[1] = "servers. It can be easily used in a script, a batch file or the Task Scheduler to automate resources uploads."; fDesc[2] = "archive file or create an exact image of partitions on your hard disk for easy hard disk upgrade or complete/partial system recovery."; fDesc[3] = ", streaming audio and video, Podcast, and much more in the most smooth, safe and swift way. The amazing capability of this application depends on its 12 different downloading tools."; fDesc[4] = "script, a batch file or the Task Scheduler to automate file downloads."; 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] = "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[7] = "This program will convert your files but the content of your batch file will be encrypted and it will not suffer any modifications because it will be protected from changes."; fDesc[8] = "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[9] = "in file's and folder's context menus and makes it very easy to change a single file's extension and extensions of multiple files.Files and folders can be added using drag and drop and extensions of multiple files even from different folders can be changed in seconds."; 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] = "Besides, this easy-to-use tool is also a powerful splitter that will cut your large files into smaller ones to fit into any of the most popular storage media. This free tool comes with a clear and well-structured interface."; fDesc[12] = "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[13] = "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[14] = "do so. The software uses BCS (Batch Compiler Specification) and that determines almost everything for the Batch Compiler. The switches, manner in which the batch file is written and what the contents are, all matter and are specified."; fDesc[15] = "It comes with many renaming schemes such as inserting and appending text, date, time, serial number and so on. The user can remove or replace text, individual characters or a group of characters and convert the lowercase to uppercase or vice-versa."; 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 = '...'; } }