var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "folders and the favorite song can be found quickly. MP3 Sorter will help you quickly and easily arrange your collection of MP3 files.";
fDesc[4] = "system for naming pictures and picture folders. Prograce Photo Sorter helps you to organize your photo folders based on EXIF info";
fDesc[5] = "MP3,OGG,WMA,AC3,AAC,W AV and HUNDREDS other media formats. Second birth of music on your computer. ZIP/RAR support.";
fDesc[6] = "total) + Sort photos using variety of EXIF / IPTC / XMP / FlashPix photo tags (more than 9872 total and increasing).";
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] = "mountain of spam or advertisements. It can manage any online professional's Outlook email with great ease and speed.";
fDesc[10] = "+ Sort MP3 music using variety of ID3, ID3v1, ID3v2, ID3v3, ID-X music tags (more than 2942 total and increasing).";
fDesc[11] = "Support MP3, ID3v1, ID3v2, ID3v3, OGG, ZIP, RAR and HUNDREDS of other music, video, photo formats. Easy to use, high speed.";
fDesc[12] = "your photo collection to be in ideal order? More info and free download at PhotoSorter.net";
fDesc[13] = ", DIVX, OGG, MPEG, JPG, ZIP, RAR and HUNDREDS of other formats. High speed, flexible settings.";
fDesc[14] = "automatically, even if you want to sort thousands of photos and they are packed in archives. Key features: • Sort photos (automatically)";
fDesc[15] = ", OGG, MPEG, JPG, ZIP, RAR and HUNDREDS of other music and media types. High speed, flexible settings.";
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 = '...';
}
}