var fDesc=new Array();
fDesc[1] = "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[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] = "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] = "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[5] = "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[6] = "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[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] = "Select any group of files / folders and do what you want. Any files or folders can be renamed, no restrictions";
fDesc[10] = "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[11] = "a part of this software. This utility is not just a file renamer but it is also an ID3 tag setter. And if you want you can also change the dates and attributes of files and folders.";
fDesc[12] = ", music files or any other collection of files and folders you have.";
fDesc[13] = "has. When you press the F2 key to rename a file it will only select the name part of the text and not the extension. Phlox is useless if you have your Windows configured not to show the file extensions.";
fDesc[14] = "rename files by replacing strings of text, performing case conversion, creating numbered sequences, adding leading zeros and appending/prefixing information like file size, EXIF/ID3 tags information, date/time and last modified date.";
fDesc[15] = "consistent and organized. It comes with lots of renaming options, mp3 tag support, instant preview and undo/redo support.";
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 = '...';
}
}