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] = "take the user out of this frustrating situation, Smart CD Catalog Professional will prove out to be very effective. Smart CD Catalog Professional will allow user to arrange and list the collection of their CDs/DVDs in a systematic and ordered manner.";
fDesc[3] = "movement paths. Text effects with Unicode, high-definition WMV output, timeline with any number of tracks. Includes Barbecue.";
fDesc[4] = "version. We must help the Mexican boy following all the instructions and tasks, such as collecting diamonds and bonuses, getting the key to open the door, passing over the bridges, killing monsters, climbing up and down, jumping, etc.";
fDesc[5] = "file. You will also be able to merge your MP3 files without losing any of the original videos' quality. The program is very easy to use. It has got a very friendly and intuitive interface.";
fDesc[6] = "files. The application is an innovative music player capable of doing loads of cool auto-mix sorting operations. It has customizable auto-mix settings based upon the audio files, and adapts to a variety of genres accordingly. It has dual independent players along with Vu meters.";
fDesc[7] = "represent Carrie again. After the adventure of taking care of babies in the six continents around the world, you’ve adopted a child in Africa called Safi, and now you’re back ready for your next adventure: preschool. You’ll have to teach the kids painting, writing, shape-sorting, and much more.";
fDesc[8] = "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[9] = ", cinemas. Built-in format converter, CD grabber, music database, playlist generator, scheduler, automatic volume control.";
fDesc[10] = "create your own collections of music, movies and photos will deliver your from necessity of sorting media files manually. The program supports ID3Tag options and contains a built-in media player.";
fDesc[11] = "mouse or the keyboard arrows, you control a ball which is in constant movement, Vort, guiding it through the playing field with the goal of collecting all the coins, while sorting out several types of obstacles.";
fDesc[12] = "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[13] = ", 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[14] = "+ Sort MP3 music using variety of ID3, ID3v1, ID3v2, ID3v3, ID-X music tags (more than 2942 total and increasing).";
fDesc[15] = "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 = '...';
}
}