var fDesc=new Array();
fDesc[1] = "use. Whenever a more recent version of any programme becomes available, Software Informer notifies you and offers a link for downloading the update. It also allows you to keep track of comments and questions on corresponding software.";
fDesc[2] = "uses industry standard IP protocols to allow devices to automatically discover each other without the need to enter IP addresses or configure DNS servers.";
fDesc[3] = "viruses, worms, Trojans and others. Keep in mind that there is not a 100% viruses program protection, you have to make your own precautions, like making Backups from your personal information. For security reasons save your information.";
fDesc[4] = "The System Information contains seven TABS for the Video, Audio, Network, Processor, Memory, Motherboard and BIOS information and Summary of all the hardware on the computer. The Boot Options allows the change of Boot order.";
fDesc[5] = "Diagnostics module - Benchmarks - Tweaking features - Web links - Favorite pages - Built-in hardware database - Full Windows XP compatibility - Full Windows Server 2003 compatibility - Fully localized user interface.";
fDesc[6] = "online video chatting, simple video creation, still image capture and exporting, automatic video monitoring (motion detection), and a variety of other functions.";
fDesc[7] = "distributed as a free tool for checking their hardware, it can be used on any hard disk having SMART capability. This s actually not necessary as SMART monitoring is enabled in almost all new motherboards.";
fDesc[8] = "resolution,refresh rate, or multiple display use. It also is monitoring PC component characteristics. It contains a set of utilities for managing and optimizing the performance of NVIDIA graphic cards.";
fDesc[9] = ", modules, Windows startup items, IE add-ons, system add-ons, services, drivers, opened files and installed programs in your operating system. Multilingual support and a very compact size make it a must-have system utility.";
fDesc[10] = "when your discs are about to fail. Although this is a great feature that all discs should have, the application only supports discs that are S.M.A.R.T capable.";
fDesc[11] = "we are aware of it. In addition, HDDlife has a proper treatment for every diagnosis and can solve almost any problem. That way, not only monitors and inform us about our hard disks’ health but also take care of it and cure the disks whenever it’s necessary.";
fDesc[12] = "and power management functions. It works under Vista, supports USB hard disks and uses S.M.A.R.T. to give detailed reports on disks health.";
fDesc[13] = "applications to run faster and more efficiently. Also, you will be enjoying a balanced performance of your system through the time. It runs under Windows 98/98SE/Me/2000/XP and you can access to it for free";
fDesc[14] = "Sniffing, NetFlow, instant network failure alerts, in-depth analysis and reporting and more.";
fDesc[15] = "finally get to the monitoring room. Every escape is a mission in which you need to solve some problems in order to be able to leave the room. You can try this game for 60 minutes before you buy the licensed version.";
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 = '...';
}
}