var fDesc=new Array();
fDesc[1] = "of your system, detecting all kind of unwanted files and threats, including spyware, adware, and, viruses. Its protecting Resident Shield will work in the background, keeping an eye on everything that attempts to install itself without your consent.";
fDesc[2] = "from Electronic Arts. It shows the status of components available. Much like Steam, many games require the manager to be online before the game functions properly.";
fDesc[3] = "problems when you are working with items in a large .pst file or in a large .pst file in Outlook. How many times this, is a big headache! When you try to backup your own .pst files or when you need to export them! Also fixes problems with the user“s mailbox";
fDesc[4] = "Yahoo!, this application is targeted at gamers. It is a simple application that does without all the unnecessary features of those messengers. The main window has information that resembles the friends tab of Xbox Live!";
fDesc[5] = "(Windows 2000, XP, 2003 Server) setup Disc. You can also create unnattended (automatic) Windows Installations, integrate drivers and patches.";
fDesc[6] = "trailers, play demos, read features, join the gaming community and even take part in competitions. The program adds new games and drivers, checks for updates, finds available patches for your games and downloads them immediately.";
fDesc[7] = "game develops in a farm and the activities undertaken by the character are all related to this farm environment. You will be picking apples from the trees, digging patches to sow chilies, harvesting chilies, selling the harvest in the market, and so on.";
fDesc[8] = "be very helpful for composing and editing tunes. Different instruments like guitar, violin, bass, choir effects, flute and orchestra effects can be simulated using the on-screen piano interface.";
fDesc[9] = "easily! Features a WYSIWYG design editor, an advanced binary patching engine, support for automatic updates, one-click deployment to the Internet.";
fDesc[10] = "audit of Windows computers for installed security updates, and allowing to download and install missing patches from Microsoft web site.";
fDesc[11] = "download and install them, gives you a quick look at the hotfixes and patches installed or missed.";
fDesc[12] = "professional music. With the LUXONIX Purity 1.2, users have the benefit of an integrated sequencer and sequenced patches with full keyboard support.";
fDesc[13] = "and turn the otherwise complicated task of managing point releases into a fully automatic solution.";
fDesc[14] = "authoring and distribution of MSI installation packages, merge modules, and patches.";
fDesc[15] = "The tool automatically detects computers without critical patches and sends daily reports by e-mail.";
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 = '...';
}
}