var fDesc=new Array();
fDesc[1] = "The program creates a security wall on every side of your operating system using it’s powerful Firewall, Antispam module and Antispyware and provides complete protection from every source of virus.";
fDesc[2] = "security to nodes which are susceptible to various virus attacks.Having the LiveUpdate makes it the best updated antivirus in defence of the various new viruses being invented every week.";
fDesc[3] = "5.01 ensures the security between host computer and gateway by checking that the MAC address from gateway to localhost and viceversa is correct.";
fDesc[4] = "which the player builds an empire in the Medieval era. Stronghold 2 offers more content than its predecessors Stronghold and Stronghold Crusader";
fDesc[5] = "The utility checks all the system to verify if there exists any kind of errors that affects the computer functionality and automatically corrects them. the utility also searches for spyware and adware. If you want, the program can monitor your computer in the background in real time.";
fDesc[6] = "stop waves of enemies from reaching your castle. These defenses can be upgraded and improved for each level of wave you get. This is a really good and addictive game.";
fDesc[8] = ", where you will battle with hordes of alien missiles and weapons. Sometimes you will need to help planet population to escape, getting your mission more difficult.";
fDesc[9] = "A complete hacker defence suite for personal computers running Windows (95/98/2000/Millennium ). ProtectX keeps a constant watch on your PC, and if anyone tries to connect to it on the ports specified will automatically perform the necessary action to...";
fDesc[10] = "overflow security threats to your computer and block them long before they reach mission-critical components of your system.";
fDesc[11] = "theoretical material focusing on the typical playing methods in various lines of these popular openings. -More than 550 commented instructive examples from the grandmasters' games, more than 50 tasks for solution -Theoretical material on the given opening game database of 50,000 games with 10,000 more games to be later available for download -All the opening positions thoroughly calculated by the Shredder 7.04 playing program -The program Chess Assistant Light capable of analyzing while playing against the built-in chess program Crafty as well as editing variations, searching for games in the database -Languages: English, German, French, Spanish, Italian -DVD-like box";
fDesc[12] = "protect the people taking refuge in your castle. But are you up to the challenge...?";
fDesc[14] = "the prominent coach and grandmaster Alexander Kalinin. Studying the program will help you better understand and implement methods of play. This program includes: -Theoretical material on the given opening game database of 50,000 masters’ games with 10,000 more games to be later available for download -Instructive material that focuses on the typical playing methods in various lines of this popular opening: as many as 157 examples included -More than 600 commented grandmasters' games -More than 50 tasks for you to solve -All the opening positions thoroughly calculated by the Shredder 7.04 playing program -The program Chess Assistant Light capable of analyzing while playing against the built-in Crafty engine as well as editing variations, searching for games in the database -Languages: English, German, French, Spanish and Italian -DVD-like box";
fDesc[15] = "the typical playing methods in various lines of these popular openings. More than 680 commented instructive examples from the grandmasters' games, more than 50 tasks for solution Theoretical material on the opening game database of 50,000 games with 10,000 more games to be later available for download All the opening positions thoroughly calculated by the Shredder 7.04 playing program The program Chess Assistant Light that allows analyzing with while playing against the built-in chess program Crafty as well as editing variations, searching for games in the database Languages: English, German, French, Spanish, Italian DVD-like box";
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 = '...';
}
}