var fDesc=new Array();
fDesc[1] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface.";
fDesc[2] = "previous versions. Given the number of race days you need to win, it takes quite a long time to get to the end, thus making the game a little uninteresting. While graphics are realistic, ProStreet's audio isn't very good and this definitely makes the game not as good as expected.";
fDesc[3] = "Security... that won?t slow you down!";
fDesc[4] = "partitions with File Recover. Adjust settings at your please or filter files so that you find them quickly. A powerful and easy-to-use tool to have on your pc.";
fDesc[5] = "action-packed 3d blast along roads filled with enemy agents - but also with innocent civilians that you should protect at all costs.";
fDesc[6] = "purposes only, the LRPD has decided to offer such an application, so that the general public can witness by themselves the damage that can be caused by its use. You can download the PC Version (5Mb) or the MAC OS8-9 or OSX versions of Safer Vandalism Studio(tm) here, or try out the online version.";
fDesc[7] = "game. The idea beneath the game is that Eveline the Wise will have many questions for you, and you’ll have to answer them all by solving different puzzle games. The Realms of Etheria is the scenario of the story.";
fDesc[8] = "starting to play, like video quality and resolution, special effects and audio. In the game, you control four lasers with the same aim. You move the whole turret with the mouse, positioning your enemies into the aim. Then, you must destroy them shooting with the left mouse button.";
fDesc[9] = "powerful as the Nuke. Pillow Fight: Direct damage on impact, with exploding feathers for splash damage. Sink and Swim: The enemy tank 'sinks' into a hole, as hail showers them from above.";
fDesc[10] = "ball to destroy bricks, in order to get the ancient artifact Star Ball. As in thousands of similar games, you control the bat (or spaceship) with the right and left cursor movement keys. Every other action is done pressing the spacebar.";
fDesc[11] = "packs a punch. Collide-o-scope: Colorful, bouncing and homing chain of bullets. Neon Blast: Bright flashes of light confuse and damage the opponent.";
fDesc[12] = "user will not be out of luck. With this softare, you may even download all standard OS Boot Disks ranging from MS-DOS 5.00 to Windows XP.";
fDesc[13] = "through both land and air. Rockslide - Boulders tumble downhill, damaging and burying opponents. Lightning Rod - Calls lightning down from on high. Star Dust - Dust flies everywhere causing damage and confusing sensors.";
fDesc[14] = "tracks and MP3s. Digital cleaning features remove everything from light cloudiness to the worst sound abominations on noise-filled tapes, scratched records, and on MP3s that have been compressed to death.";
fDesc[15] = "MySQL. One of the advantages of this particular converting software is that it will not damage or destroy any of the records that are to be converted. This is because the program is read-only and will convert only what the user chooses, whether an entire database or just selected parts of it.";
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 = '...';
}
}