var fDesc=new Array();
fDesc[1] = "you can keep your music collection organized with Tag&Rename since it is the only tag editor and organizer which has full native support for: mp3 (ID3v1, ID3v2.2, ID3v2.3 and ID3v2.4 tags), MusePack mpc/mp+ (APEv1, APEv2 and ID3v1 tags), Windows Media wma, asf and wmv files, Ogg Vorbis and Flac (vorbis comments), Apple iTunes and iPod aac (m4a) files including mp4, lossless m4a and protected m4p files, most popular lossless codecs including monkey's audio, wav pack, optim frog, flac, Apple and Windows Media lossless. Tag&Rename supports many additional tag fields including lyrics, cover art, rating, mood, disc #, classical music fields (Composer, Conductor, etc.), file related URLs and so on.";
fDesc[2] = "delete such of those duplicates. The software not just tracks the music files with the same name, it will search the tags of MP3 files and deletes such of those duplicates having different file names.";
fDesc[3] = "renaming and/or moving your files based upon existing tag data, or tagging multiple files via customizable patterns.";
fDesc[4] = "Tagging, Write Tags from Filenames and Rename Files From Tags using Custom Formats, Cleaning Filenames and Correcting their case, Get Tag info using Directory Formats, Create Directories and organize mp3s from tag info, Copy & Synchronize id3v1.1 & v2.x tags, Lyrics and Picture Tagging, accurately read all MPEG info and append bitrate and mode to filenames. All these tag operations can be carried out with or without directory recursion. Mp3 Tag Tools uses a special \"readTags\" function so that the program reads & displays the full contents of your mp3 tags unlike other taggers. Use this prog as a reference to see the junk characters that actually may reside in your tags created by bad tag editing programs, which don't usually get displayed. Thus you can create absolutely clean ID3 tags, as though they were created for the first time.";
fDesc[5] = "automatically. It uses a high sophisticated music identification algorithm to repair, edit, tag and rename MP3 files.";
fDesc[7] = "connected to the Net, the program will automatically connect to a database and import MP3 tag data based on track properties.";
fDesc[8] = "files on the fly. Create playlists and play your music with built-in player.";
fDesc[9] = "mp3 directories from ID3 tag, compose playlist and report. FreeDB support, easy-to-use interface and much more.";
fDesc[10] = ",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[11] = "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[12] = "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[13] = ", CDDB, amazon.com support. You can easily organize your music collection, rename music files. Export:playlist, csv, htm,txt";
fDesc[14] = "file and automatic numbering. Search by names or embedded Tags. Export data to CSV file. MP3 player. En-mass operations";
fDesc[15] = "a wide variety of options to speed editing tasks";
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 = '...';
}
}