var fDesc=new Array();
fDesc[1] = "photos with friends and family is as easy as pressing a button!";
fDesc[2] = "native support for several popular audio formats. There are many more features, like ripping audio CDs and file tagging.";
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] = ", but will also make music selections for you according to the type of music you wish to listen to. Using the ID3 tagging system, Mufin MusicFinder will create playlists of your favourite music genres and will allow you to transfer the desired tracks to your portable player or to burn them to CD.";
fDesc[5] = "features are customizable tag output as well as an extremely detailed information input for specific or grouped music files. TagScanner´s stronger feature is the web based tagging tool.";
fDesc[6] = "with more accurate tags and filenames. A great thing about this program is its ability to easily fingerprint and identify unmarked tracks. Now with this great program you will be be able to get the information you want and apply the corresponding tags to your files.";
fDesc[7] = "renaming and/or moving your files based upon existing tag data, or tagging multiple files via customizable patterns.";
fDesc[8] = "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[9] = "to take the audio from your favorite TV episodes that you have recorded on your computer with you while you were in the car? Ever wanted to watch to that great movie in the car on the way to work, but you don't have a DVD player in your car? Why not listen to it instead? With MuvAudio, now you can. Features include: Single Click of a Button Starts your playlist and records each track automatically without any interaction from you! Ability to record in WAV, MP3, WMA, OGG, MP4, FLAC, VOX, AU, and AIFF formats MP3 and WMA Tagging of, Author, Title, Album, Year, Genre, Track Number Ability to choose Output Directory and File Name Based on Numerous Fields w/ separator support(ex. \My Music\Artist - Album\Artist - Album - Track Number - Title\) Ability to Create and Modify Playlist Ability to Drag and Drop files and/or directories onto playlist";
fDesc[10] = "tags. Such system allows quick accessing to required items. The program has very simple and easy-to-use interface. For adding tag to any file just drag it onto program’s main window. You can create a new tag or just use one that you already have.";
fDesc[11] = "cleaning, tag generator, tag editor, filename creator, output templates, a powerful script engine and many more will help you organizing your files.";
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] = "tagging using ID3 v1.x, ID3 v2.3.0 and Lyrics3 v2.0--Easy tagging using ID3 v1.x and ID3 v2.3.0--Mass renaming tool--Tag 'guessing'--Tagging using CDD...";
fDesc[14] = "or WAV files. AudioMagician CD Ripper has an easy-to-use, nice-looking interface. It also offers many useful features which make the audio grabbing process fast and easy. Features: AudioMagician CD Ripper is based on the extremely fast LAME MP3 encoder engine Easy access to FreeDB (an information database containing artist, disc title, track titles, and other information for digital audio compact discs) Multiple CD-drives support ID3 tags v.1 and v.2 support for tagging your MP3 tracks Windows XP style interface even under 9x systems And much more...";
fDesc[15] = "filename, CDDB support, playlist creator, xml database exporting, lyrics viewer, online lyrics finder, online cd cover finder, autotagging of songs with no tags (uses freedb), mp3 alarm clock, Mp3 DJ, fast and intelligent searching and sorting, bookmarks, duplicate finder, renaming of mp3s based on tag information, Mp3 Organiser which sorts your mp3s into a folder structure based on id3 data you choose, playlist creation and even creation of custom web pages and web sites from your mp3 music collection, great for touch screens (Jukebox) or televisions, some examples are viewable here website and webpage (created using Easimp3). The program uses a very intuitive drag and drop interface allowing the creation of playlists by simply dropping songs / artists / albums / genres or even searches onto the playlist.";
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 = '...';
}
}