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] = "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[4] = ",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[5] = "Select any group of files / folders and do what you want. Any files or folders can be renamed, no restrictions";
fDesc[7] = "XMP, regular expressions, file rename using wildcards, MP3/Ogg vorbis/MPC id3 tagging and MANY more.";
fDesc[8] = "terms, the program is quite simple to use. In the evaluation version you get a nag screen remindimg you to register the program. This occurs very often.";
fDesc[9] = "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[10] = "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[11] = "titles directly from a CDDB database. Forget about spending time on finding the right filename for your MP3s ! It takes only one click to PsychicMP3 to rename them all automatically ! PsychicMP3 calculates a diskid from your MP3 directory, and then queries FreeDB to get the associated disk information and ID3Tag/Rename the files. If the disk is not found in FreeDB, the program will query a search engine to get the right disk information and then requery FreeDB with the right diskid.";
fDesc[12] = "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[13] = "consistent and organized. It comes with lots of renaming options, mp3 tag support, instant preview and undo/redo support.";
fDesc[14] = ", Exif, IPTC, XMP, regular expressions, file rename using wildcards, MP3/Ogg vorbis/MPC id3 tagging and MANY more.";
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 = '...';
}
}