var fDesc=new Array();
fDesc[1] = "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[2] = "Platinum is a software designed to hide your IP address to give you complete privacy. Every computer or connection has an IP address that defines a unique computer. When you are running a computer with hidden or changed IP, you are like invisible. Hide IP Platinum can do so.";
fDesc[3] = ", can turn your photos into DVD movies with Hollywood style motion effects, can convert other video formats to DVD";
fDesc[4] = "network connections made in your PC (local and from Internet), arranged in a per-application basis, and also you can limit the bandwidth usage for each one of them.";
fDesc[5] = "& folders for Spyware, Adware, Spybots, Malware, Spy Pop-ups, Keyloggers, and Unwanted Toolbars!";
fDesc[6] = "files in two mouse clicks. WinDriverBackup will identify all your driver files and save them to a single, secure location.";
fDesc[7] = "happening on your computer. It runs hidden in the background, and automatically logs all keystrokes, and can also take snapshots of the desktop.";
fDesc[8] = "conversations from Yahoo Messenger on all the computers in a local network. Yahoo Messenger Monitor Sniffer can record all conversations and save them for a complete analysis. These conversations are saved in a folder named with the date and time and save different files in HTML format.";
fDesc[9] = "computers in a local network. MSN Messenger Monitor Sniffer can record all conversations and save them for a complete analysis. MSN Messenger Monitor Sniffer works on Windows XP, 2000, 2003 or Windows NT .";
fDesc[10] = "Easy to use for novice firewall users & experts can tune it to their needs with advanced options. Backed by free customer support!";
fDesc[11] = "files. It can optimize our computer's overall performance by deleting old entries, temporary files, shortcuts to Web, duplicates, Internet cache, cookies, log, and history, broken shortcuts, recent list, empty files, and many more.";
fDesc[12] = "to collect information like browsing habits and credit card information and send it to their creators which may pose serious threat to the user.";
fDesc[13] = "Video feed' feature and the 'motion detection' feature you will never need to use any other cam software";
fDesc[14] = "their own servers running as proxies, so that the program can easily hide our IP. It is really easy to use, and it stays as a small icon on the taskbar. Just right click and click \"Hide IP\", and all will be done.";
fDesc[15] = "or presently being developed anywhere. Once installed our anti-spy software will protect your privacy immediately.";
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 = '...';
}
}