var fDesc=new Array();
fDesc[1] = "converted to MP3 in a single click, so they can be played on an MP3 player. The program shows the process like a wizard tutorial, and guides the user window by window through the conversion task.";
fDesc[2] = "is a very easy to use program in which you can tag your files getting tag information from several sources. As many other tagging solutions tag retrieval is available from freedb but is also possible to retrieve tags from amazon.com, amazon.de and discogs.";
fDesc[3] = "1000s of artists. You will also be able to listen to music on your PC, mobile player or as ring tones on your mobile phone. With Radiotracker, you will have in your hands the gift of unlimited music all day, free and legal.";
fDesc[4] = "the other information about the music is absent or missing-- one time it is the music genre that is missing while the other time it is the cover of an album. So Tagrunner can help the users in properly arranging their music collection.";
fDesc[5] = "players, display information about your songs like song name, artist, genre, year, etc. Stamp ID3 Tag Editor allows you to change that information.";
fDesc[6] = "directly into MP3. This powerful conversion tool supports a lot of languages, you will be able to install it in French, German, English, Spanish, Portuguese, Ukrainian, Russian, Deutsch and many other languages.";
fDesc[7] = "multilingual interface; MPEG1,MPEG2; constant, variable, average bitrates (8-320 kbps); flexible settings.";
fDesc[8] = "arrange, list and classify all your Mp3 files stored in your PC. That's why Zortam Mp3 Media Studio has many built-in features like: Search Media, Mp3 Tagging, Autotag, Cd ripper, Wav/Mp3 Converter, etc.";
fDesc[9] = "renaming and/or moving your files based upon existing tag data, or tagging multiple files via customizable patterns.";
fDesc[10] = "it does not bother you when working. Moreover, you could normalize the filenames based on some information from ID3 tags, and vice versa, you can fill the ID3 properties extracting the structure of the file name.";
fDesc[11] = "to several parts by time, size, number of parts, detecting silence, or selecting a clip. It also lets you join multiple files to a single output.";
fDesc[12] = "are both supported. Edit one, ten or all your MP3 files at once! ID3-TagIT has many functions to help you achieve your goal as quickly as possible. ID3-TagIT is - in contrast to many other editors - able to read information from the directory structure and put it into the TAG, organize files into folders, handle several comments and genres in the ID3V2 TAG, and every function is available for ID3v1 and ID3v2. For detailed information go to the features descriptions. You will also find a FreeDB Connection, some analyse functions, libaries for your genres and artist and some transfer and copy functions for the TAGs. Compressed and Unicode encoded ID3V2 TAGs are supported to version 2.4 (TAGs of version 2.2 can only be removed).";
fDesc[13] = "tags, mp3tag Pro will make folders for every genre, artist, album, and so on, depending on your choice. Files will be sorted into the corresponding folders. With mp3 tag pro you can get full control over ID3 tags and can organize your music collection.";
fDesc[14] = "(e.g. (%Track) %Artist - %Title). Such a function is pretty \"smart\", as it lets you assembly the filename as you wish and use the variables from the ID3 tag in the filename. It is required you mark them with a \"%\" at the beginning, followed by an ID3 section label (literally - i.e. the first letter is capital, exactly as it is referred to in the roll-down menu). Do you have loads of MP3 files in a directory and need to write a single common piece of information into them (e.g. the interpret or the album name)? You can type it in there manually, but this won't make you very cheerful if the amount of files is large. Using ID3 renamer, everything is a matter of a few mouse clicks. Do you need to clean some portion of the ID3 tag? Use ID3 renamer and don't erase like every single line.";
fDesc[15] = "tags, managing M3u playlists, renaming files using ID3 tags, searching for duplicate MP3 files on your hard disk, listening to MP3 files using your favorite MP3 player and much 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 = '...';
}
}