var fDesc=new Array();
fDesc[1] = ", comparison, red-eye removal, emailing, resizing, cropping and color adjustments. It supports all kind of images format and also includes new tools for drawing on the imagery, fixes, optimization.";
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] = "renaming and/or moving your files based upon existing tag data, or tagging multiple files via customizable patterns.";
fDesc[5] = "different methods makes it easy for you to change the names, attributes and timestamps of files in one go.";
fDesc[6] = "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[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[8] = "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[9] = "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[10] = "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[11] = "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[12] = "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.";
fDesc[13] = "quickly. The program comes with two options for renaming files. The first mode is the single file rename mode in which only an individual file can be renamed. The other option is the multiple-file mode which can rename multiple files and folders.";
fDesc[14] = "set scheduler using this tool. This tool has the ability to rename read only files along with hidden files. The trial for this tool is available for 30 days.";
fDesc[15] = "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.";
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 = '...';
}
}