var fDesc=new Array();
fDesc[1] = "shall get a lot of services from windows live. It is a free service created by Microsoft. But there are many features that you will need to pay for like the Windows Live Call, which is something like Skype.";
fDesc[2] = "Live. Besides providing protection to your Pc from threats, it is packed with a number of additional features. It also helps in improving your PC’s performance by removing the junk matters from the system’s hard disk.";
fDesc[3] = "Microsoft and some of the other leading gaming industries. It mainly focuses on four key features – Quality, Compatibility, Safety and Ease of playing. It is easy to download and install and supports Windows Vista and Windows XP Service Pack 2 Operating Systems.";
fDesc[4] = "popular because it has faster speeds when downloading compared to other p2p programs that use the same network. Also its community has grown a lot, and this is why users can find a lot of music and videos to download.";
fDesc[5] = "as well as a browser button and optional search box. Together, these alert you to potentially risky sites and help you find safer alternatives. These site ratings are based on tests conducted by McAfee using an army of computers that look for all kinds of threats (detailed below). The result is a guide to Web safety. The SiteAdvisor technology is free, easy to install and even easier to use. And it doesn't collect any personally identifiable information.";
fDesc[6] = "your Windows becomes more stable if you keep using Premium Booster.";
fDesc[7] = "includes common features in the programs of control of most parents, as the search for restrictions, blocking Web content filtering and Web monitoring reports of the activity.";
fDesc[8] = "users to search for true duplicates in folders or drives on your computer. The tool provides full Unicode support and greater safety by providing added scan options to protect system files and folders. The scanning process is quite fast and can also search sub directories.";
fDesc[9] = ", protected, and keep it far away from external attacks, such as viruses, Trojans, adware, malware, spyware and all types of unsolicited activities while connected to the Internet both at work and at home.";
fDesc[10] = "FTP server or write to a CD or a DVD. Just try DoubleSafety and get 30 days of joyous security.";
fDesc[11] = "whole system, so giving you back valuable disk space within seconds. - Get a clean, lean and mean System!";
fDesc[12] = ", and download any type of media files from the Internet, or download from several networks. Supporting most popular de-centralized P2P networks, this tool has the ability to search and download other p2p links like Magnet, Gnutella, eDonkey, mP2P and can download bit torrent files too.";
fDesc[13] = "powerful registry cleaner, it also includes a number of tools to optimize your system. You can clean your registry with just a few clicks. If you are an advanced user you can also limit the scan to certain parts of registry using Custom Scan, or you can use the Quick Scan feature.";
fDesc[14] = "malware and rootkits.";
fDesc[15] = "activity including web browsing, email, chat, instant messaging, applications, keystrokes, screen and printer.";
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 = '...';
}
}