var fDesc=new Array();
fDesc[1] = ", it allows to download pictures in two locations simultaneously and saves downloading time in that way. Nikon Transfer enables you to backup your images and point out IPTC and XMP data and also copyright information, key words and location path for every file.";
fDesc[2] = "connect to different wired and wireless networks at various locations in order to either connect to the company systems or the Internet. Without this tool, they potentially need to reconfigure and restart their computer every time they move around.";
fDesc[3] = "game for people who have visual memory. It is one of the most addicting games ever. Once you start playing, you simply can't stop. It has colorful graphics and suspenseful music and sound effects. It is user friendly, and the instructions are clear and easy to understand.";
fDesc[4] = "weapons, and new soldiers. The players can work alone or with the aid of the members of the squad to complete their missions. Patch 1.2 for this version of the saga Medal of Honor includes new maps for the multiplayer mode: Market Garden and Factory.";
fDesc[5] = "challenge!";
fDesc[6] = "various locations according to their value and purpose. With this incredible program you can choose to back up items to any folder on any computer on your network, an external hard drive, a removable storage device, or a server on the Internet.";
fDesc[7] = "example, Registry Compactor, means Comodo registry cleaner not only clean your junk entries from your window’s registry but also reduce its size by compacting and your computer speed depends on the window’s registry size, smaller is faster.";
fDesc[8] = "your piece, and catch it being really careful about fishing line tension. Once the fish is caught some information will be shown for you to choose whether to keep it or not. The game can be played locally and online.";
fDesc[9] = "locations. Kung Fu Panda tells the story of Po, a panda bear who loves martial arts but whose physical condition makes it impossible to practice kung fu.";
fDesc[10] = "You assume the role of a female journalist in search of the truth in the bizarre adventure that is Mysteryville Deluxe. You visit different locations and interview the residents.";
fDesc[11] = "will allow them to keep an overview about the characters, locations, scenes, chapters, strands, and parts involved in a book or novel. The program will store all the information about characters and locations in one place, allowing you to add information anytime.";
fDesc[12] = "Operative X who wants to capture a Cold War-era criminal mastermind called Dr. Chaos. As in any hidden object game, your goal is to travel to different locations looking for clues by finding the objects on a given list in a certain scene before the time runs out.";
fDesc[13] = "mission. In each stage we must search and find different objects. We must only find a few objects, but they are divided into smaller pieces, so we have a lot of work to do.";
fDesc[14] = "tricks. The game includes seven real locations from around the world including Wyoming, Italy and New Mexico, with more than 30 tracks. It allows you to perform impressive aerial jumps and spectacular airborne tricks in photo-realistic locations with incredible landscapes.";
fDesc[15] = "US database as well as database from worldwide locations. The graphs and comparisons can be used to make tests and for sampling as well. The utility uses a Java MDI application, which helps in generating graph for multiple locations";
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 = '...';
}
}