var fDesc=new Array();
fDesc[1] = "scanning, a list of errors is shown - you can fix these with a single click. And if you hesitate to touch a thing as delicate as the registry, you always have the option to make a backup with Registry Mechanic before starting any test or repair.";
fDesc[2] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!";
fDesc[3] = "on the Game. It has 3 complementary versions: Linux/Win client, Linux server and Windows server. It was designed exclusively to work with Half Life 1 engines.";
fDesc[4] = "and improve your Internet browsing. Compiled with multiple features IE7pro makes your Internet browser even friendly, secured, functional and customizable.";
fDesc[5] = "This application will scan any hard drive and determine if the drive is functioning well or not. Seatools for Windows is a really easy to use, yet extremely powerful and precise diagnostic tool.";
fDesc[6] = "Racing\". Here you will become a driver of a nice sports car, and your mission will be to compete in illegal street races through big cities, and in this way, earn money, prestige, and make improvements to your sport car.";
fDesc[7] = "computer, there has been a sudden crash or it is going suspiciously slowly we can very easily download and set up this program to see what is wrong and get help from their experts.";
fDesc[8] = "careening through the streets of major cities is a bit more of thrill. Midtown Madness lets you chart your own path as you race your friends through the streets of San Francisco.";
fDesc[9] = "great nonetheless. In the game, you play a new character, who apparently was on the same flight as the survivors, but he can't remember anything prior to the crash. Jack asserts that he has amnesia brought on by the shock of the crash.";
fDesc[10] = "superior playability. This demo allows you to race on two different tracks, with two different cars. The first car is a BMW 320Si and a Ford Mustang GTR muscle car.";
fDesc[11] = "At startup, we can select several options, such as full screen, video mode, music volume, sound volume, voices. In this game, we but click on the colored blocks as quickly as possible and make them disappear, before the laser ray of the green frog hits the blocks.";
fDesc[12] = "12 types of weapon, 7 kinds of devices and 2 modes: Tournament and Single Race. Download and trial are free";
fDesc[13] = "of the fiery lava mouth and shift from scorching meteorites. The sea of adrenaline is waiting for you along the road.";
fDesc[14] = "tools, shapes, objects and vehicles to recreate the area of a road crash. Just choose a road template similar to the crash scene, give it a name, place some vehicles according to the crash scene and you will finish drawing in a few minutes without any skill.";
fDesc[15] = "move and crash into each other. With a real physics engine this screensaver makes collisions between icons look very real.";
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 = '...';
}
}