var fDesc=new Array(); fDesc[1] = "files, Send to mail recipient. All these utilities helps the user to view and change the attributes, rename, delete, replace files from the folder, alter and delete the properties of present elements, shred and overwrite the file completely and much more."; fDesc[2] = "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[3] = "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[4] = "quickly. Features include file mover, command line support, search music album online and right-click Windows shell extension."; fDesc[6] = "XMP, regular expressions, file rename using wildcards, MP3/Ogg vorbis/MPC id3 tagging and MANY more."; fDesc[8] = "explorer window. Options include changing of first letter to uppercase, all letters to uppercase/lowercase and more!"; fDesc[9] = "in-built preview pane to visualize the after-effects of renamed files."; fDesc[10] = "Attributes Too. Have Many Files? Operates In Batch Mode As Well."; fDesc[12] = "flash tools: preview and browse flash movie, capture flash image and set it as wallpaper, create flash screensaver with ease etc."; fDesc[13] = "selection; One click Move, Copy, Delete, Rename multiple files at a time or entire folder; Rename multiple files as a series; Add or su..."; 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 = '...'; } }