var fDesc=new Array();
fDesc[1] = "photos (pictures) to email, send to mobile phone, create calendars, slide shows, greeting cards, print pictures or output files, etc. from images captured by camera, scanner, or whatever digital mean, or from existing pictures on the Hard Disk or other removable memory media.";
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] = "be used with pictures taken from digicam, hanycam, camcoders even web cam or any imaging device. This software by Canon supports BMP, FPX, JPG, PCD, TIFF and PNG file formats.";
fDesc[4] = "digital cameras, but the application can be used by anyone. Version 7.1 adds several new features. The first one is the ability to tag pictures. By tagging a picture, you give it a keyword, which you can later use to find pictures.";
fDesc[5] = "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[6] = ", although its development is daring: you have to create a creature, highly envolved to be the dominant species on the planet and, finally, explore other worlds and dominate them.";
fDesc[7] = "ViewNX. Designed for easy integration with Nikon Transfer and Capture NX software. Convert RAW NEF and RAW NRW files to JPEG and TIFF format with ease. You can even adjust white balance, exposure compensation, Picture Controls and much more.";
fDesc[8] = "and organize music with automatic Music Manager. Music Manager - is a music management software. Manage Music - Download Music Manager right now!";
fDesc[9] = "folders and files, Rename files in recursive subdirectories, Shell Integration (right click on a folder in the explorer to start Lupas Rename on these folder) , Instant Preview (Optional) , Undo the last rename operation,";
fDesc[10] = "applications has a marker is because everyone wants to have some privacy. And the way computers are designed does not precisely allow for that. The files that get deleted on an OS are not entirely deleted and can be recovered quite easily.";
fDesc[11] = "over the start menu completely. It provides facilities to the user to arrange or remove start menu items very easily. It also helps the user of this software to easily sort applications into required groups.";
fDesc[12] = "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[13] = "that you can add DVDs to the library, sorting them in folders and boxes, and assigning them a color. You can either specify your own information or search in an online database.";
fDesc[14] = "total) + Sort photos using variety of EXIF / IPTC / XMP / FlashPix photo tags (more than 9872 total and increasing).";
fDesc[15] = "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)";
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 = '...';
}
}