var fDesc=new Array();
fDesc[1] = "to give to the user the maximum realism as possible. If the first part took care of Mercedes, in this second part you will put yourself to the steering wheel of the vehicles of the Volkswagen brand.";
fDesc[2] = "file. Very useful when you are out of home and want to see for your childs.";
fDesc[3] = "abyss and enjoy the enchanting underwater scenes complemented by extremely realistic sounds of deep sea life in a full 3D environment with high-quality animations.";
fDesc[4] = "trip to a lighthouse on a small island. You will be able to watch the beauty of its light dissipating darkness and providing security to the nearby vessels. The lighthouse sits majestically at the top of the highest hill in the island, surrounded by rocks and waves.";
fDesc[5] = "station, where the player must observe all the directives, follow the signals indications and control the train. Score depends on how the engineer drives the train, and penalties are applied when the driver goes faster than the speed limit shown in a signal or a stop signal is passed over.";
fDesc[6] = "employees, spouses, or children have at their private chat rooms. In my opinion, Yahoo Messenger Monitor Sniffer is a very helpful program for those people who would like to be more informed about other people’s deep and real thoughts.";
fDesc[7] = "program is of special interest for astronomers, amateurs, and all those interested in exploring the Earth’s natural satellite. Due to its precision and detail of its data, Virtual Atlas Moon has won the recognition of astronomers and prestigious scientific publications.";
fDesc[8] = "support for 3D accelerators and authentic sounds has been added for your experience. Download Wallpapers too!";
fDesc[9] = "that include DoFollow links back to your website. It is an excellent tool that helps you in finding high page rank backlinks and drives traffic to your web sites. With Fast Blog Finder you can find out the domain, blog page PR and type of blog page.";
fDesc[10] = "using it. It includes five games with different activities: revealing a hidden picture, moving the camera to observe images, leading animals to their respective shelters, catching items, and drag-and-dropping pieces completing a Jigsaw puzzle.";
fDesc[11] = "beauty of Africa, and the striking scenery of China, to the unique lanscapes of Patagonia, Jigsaw Safari brings to your desktop a good combination of beautiful images with entertaining and familiar gameplay.";
fDesc[12] = "types of statistical problems providing step-by-step solutions so they can easily understand them and learn. These solution can be printed, saved to a text file or copied to the clipboard to take them wherever you want.";
fDesc[13] = "their natural environment. Explore the depths of the warm coastal waters and enjoy the beauty of the underwater world";
fDesc[14] = "can be able to explorer all the activities of your Windows, observe the working process of all applications, find out the system configuration problems, work on filters, select volumes, and much more.";
fDesc[15] = "that students can actually see what happens in some natural conditions that are not easy to see in real life. This awesome application consists in a collection of different sub-applications, each one simulating a specific phenomenon. Thirteen modules are included.";
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 = '...';
}
}