var fDesc=new Array();
fDesc[1] = "tools as in Microsoft Office, Writer, Cal, Draw, etc but in a freeware version. It is easy to use and install and you can also open extensions such as .doc, .xl, etc.";
fDesc[2] = "III and its expansion pack, and it tells the player that the conflict between the factions is ideological, and not a merely good-versus-evil thing. Depending on your starting point, players will have to undertake different quests, face different monsters, and so on.";
fDesc[3] = "to enter the new continent unexplored with their richness by exploiting some indigenous to conquer. This version has several bugs and lacks some features present in version 1.1, like some out-of-sync bugs and multiplayer scenarios.";
fDesc[4] = "includes support for IPV6 and Teredo, a compatibility protocol for IPV4 and IPV6 systems on a NAT. It also have a better integration with Windows Vista and new torrent connection distribution that should increase speed.";
fDesc[5] = "set the program to scan the whole registry, just the applications, or search for threats that may affect our privacy. This program can perform automatic registry backups, and automatic errors repair.";
fDesc[6] = "original release, such as: improved visual quality; getting elements from dead creatures is no longer considered a crime. It also offers several fixes and improvements to the performance of the game as well as enhancements to the development of the quests.";
fDesc[7] = "you have to throw balls with a given color to groups of two or more balls with the same color, making them disappear before they reach a hole located near the center of the screen.";
fDesc[8] = "computer problems, without compromising your privacy. BigFix is a fast and reliable way to shield your computer from the late...";
fDesc[9] = "increase the overall performance speed of your computer by as much as 300% BUG DOCTOR 2006 will fix all bugs and repair errors - FREE DOWNLOAD";
fDesc[10] = "This action game is full of fun. Water Bugs come with a surprising 599 levels of challenges. But still the size of the game is less then 10 MB. And its highly graphical, colorful, attractive and animated interface makes it an addictive game.";
fDesc[11] = "shooting at them figures of the same color. If they reach your garden you will automatically lose and will have to start all over again.";
fDesc[12] = "the map that the game shows you and you will create a line that will fill the place with rocks and destroy your enemies.";
fDesc[13] = "dance with the music. Place Bugs in groups of identical color so you can liberate them. Bugs will move around and you must place them in groups before they reach a limit line.";
fDesc[14] = "attacking your planet. The game features colorful detailed graphics and good sound effects, which make the game really enjoyable and fun.";
fDesc[15] = "bugs before they reach your house. The real fun in the game lies in how you place the available weapons and ammo to kill as many bugs as possible in order to get to the next level.";
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 = '...';
}
}