var fDesc=new Array();
fDesc[1] = "is to make easier to play, convert and transfer music from your computer or portable mutimedia player, it even includes an online store to compete with Itunes";
fDesc[2] = "computer“s hard disk) which you can then sort, transfer, burn or play choosing from three basic screens: Music Source, My Library and Transfer.";
fDesc[3] = "and organize music with automatic Music Manager. Music Manager - is a music management software. Manage Music - Download Music Manager right now!";
fDesc[4] = "media to mp3, mpc, ogg, wav and WMA file formats. Recording tool enables the user to record custom sound files. You can create, delete or modify playlists or export as .MPL files for later use.";
fDesc[5] = "and conversion tool. If you are a music lover then this software is waiting for you. Creative Media Toolbox offers everything you need to \"play\" with your music in just one package.";
fDesc[6] = "automatically. It uses a high sophisticated music identification algorithm to repair, edit, tag and rename MP3 files.";
fDesc[7] = "automatically. Key features: Sort all your music (including mp3 music of all types); Full automatic (just install); Easy to use (sort music as you want)";
fDesc[8] = ", with MP3 Music Sorter. MP3 Music Sorter automatically sort, organize and rename all your MP3 music - exactly as you want. There is variety of MP3 music sorting methods - you may select how to sort your MP3 music with one mouse click using user-friendly Wizard. Full automatic MP3 music sorting (you do not need to do anything - all is done for itself) + Sort MP3 music exactly as you want (sort music by artist, by genre, by album or somehow else - more than 986 MP3 music sorting methods supported) + Sort All your MP3 music, even of rare types (more than 684 music formats are supported) - It is all about MP3 Music Sorter! MP3 music sorting never was easier. Key features: Sort MP3 music (Automatically) (all your MP3 music will be sorted, fast and easy); Sort MP3 music Exactly As You Want (by artist, album, genre, song name-variety of MP3 music sorting methods available); Sort MP3 music...";
fDesc[9] = "organizer and MP3 music file organizer will organize music files and organize MP3 anywhere. Organize music right now!";
fDesc[10] = "+ Sort MP3 music using variety of ID3, ID3v1, ID3v2, ID3v3, ID-X music tags (more than 2942 total and increasing).";
fDesc[12] = "sorter as Sort MP3 Music all your MP3 music files will be sorted automatically. More info and free download at SortMp3Music.com";
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 = '...';
}
}