var fDesc=new Array();
fDesc[1] = "Google Talk that really kind of slowed the progress of the messenger down. Now, thanks to it, you can video chat and voice chat with all your contacts. They still have to download the plugin.";
fDesc[2] = "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[3] = "every file present on the current drive with its last modification’s date and time, size of the file, attributes like hidden or read only or write only, etc. Not only that, the sorting of the files can be done by date created, modified or by size, name, etc.";
fDesc[4] = "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[5] = "you add new photos to your collection it becomes a pain in the neck to sort them manually. To relieve you from this cumbersome job this software has been specially designed to solve all of these problems.";
fDesc[6] = "provides many advanced sorting and searching options to sort the movie database in just a single click, and keeps tracks of all the records ensuring that the user doesn’t lose a DVD or any movie/video collection ever again.";
fDesc[7] = "files and folders, but also copies and moves selected pictures to anywhere in your computer. It relies on the Exif or IPTC data embedded in your photographs to organize your collection, offering you a wide selection of sorting tags.";
fDesc[8] = "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[9] = "programs. Basically it is an enhanced Windows Service Manager, which facilitates the user to start or terminate the Windows services and displays their current status in a color coded format.";
fDesc[10] = "application if you have a large amount of pictures that you need to go through on a regular basis. SortPics will allow you to create categories for all of your pictures so that you can find the one you want easily.";
fDesc[11] = "total) + Sort photos using variety of EXIF / IPTC / XMP / FlashPix photo tags (more than 9872 total and increasing).";
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] = "your photo collection to be in ideal order? More info and free download at PhotoSorter.net";
fDesc[15] = "+ Sort MP3 music using variety of ID3, ID3v1, ID3v2, ID3v3, ID-X music tags (more than 2942 total and increasing).";
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 = '...';
}
}