var fDesc=new Array();
fDesc[1] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files.";
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] = "It's a time saver for people with large amount of files, eg digital camera users, webmasters & mp3 collectors.";
fDesc[4] = "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[5] = "quickly. Features include file mover, command line support, search music album online and right-click Windows shell extension.";
fDesc[6] = "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[7] = ",you can quickly and easily batch rename files and mp3's with a number of possibilities and options, including change case, change the file extension, insert string,delete string,replace/remove string ,set the file attributes&time stamps, and enumeration renaming allows you to add number sequences to your filenames. File And MP3 Tag Renamer also allow you to rename your mp3 collection according to their tag information(ID3 tags)! This can be easily done by specifying a format that the new filenames should have, e.g. \"Artist - Index - Title\". File And MP3 Tag Renamer is especially useful for handling large amounts of archives, such as image(or picture) collectors,composer, digital camera owners & media collectors(music/images/movies),programmers,webmasters & system administrators.With File And MP3 Tag Renamer you can automate thousands of file renames in a single click! And File And MP3...";
fDesc[8] = "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[9] = "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[10] = "names should look, assisting them in keeping their filing in a more organized and efficient way according to their requirements.";
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] = "XMP, regular expressions, file rename using wildcards, MP3/Ogg vorbis/MPC id3 tagging and MANY more.";
fDesc[13] = "in-built preview pane to visualize the after-effects of renamed files.";
fDesc[14] = "tags found in MP3 files. Bulk renaming supports adding a string at the start or at the end of the file name. You can also bulk change multiple files extensions and insert or replace a fixed text inside the file names at once.";
fDesc[15] = "typical windows look and feel. The tool is organized into a directory tree, files list with original names, a file name editor, quick search, and macro recorder and an extensive tool bar as shortcuts to often used operations.";
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 = '...';
}
}