var fDesc=new Array();
fDesc[1] = "emergence of Shaddar and the demon of Shakkara. Of course, that you will be part of the eternal struggle between good and evil. You are going back to the Ancaria kingdom.";
fDesc[2] = "Privacy Protection. This will continuously protect your PC from viruses, spywares and hackers. With Guardian AntiVirus 2009 on your PC get the best protection at affordable price.";
fDesc[5] = "sure that your computer is at safe of unwanted files which may cause your computer to run wrongly. Easy to use and fast to download, this software protects your pc from external and internal threats.";
fDesc[6] = "similar, without worrying about the privacy of the source code. You can easily encrypt and un-encrypt those files without altering his design nor functionality.";
fDesc[7] = ", managing and sharing all these data is very a common problem. Here is where Data Guardian can help you a lot. This powerful application lets you store all your personal IDs, passwords, and other data, in a very secure way.";
fDesc[8] = "environments. Jump into the most advanced starfighter in the 23rd century and see if you have what it takes to save the world.";
fDesc[9] = "algorithms. Includes a specialized Cookie Washer, Scheduler, Auto Washer. Peek inside objects before deleting ...";
fDesc[10] = "Internet traffic. Your personal information, bank accounts, credit card numbers, passwords are now protected.";
fDesc[11] = "depend on web browser, Internet Explorer, Netscape and all of the others can be filtered. It can detect and block porn/force/game/chat websites and has a high anti-rate over 98%, it can also control Internet-usage time. It has LiveUpdate, Multinational-language filtering, Web sites blacklist, keywords blacklist, anti-uninstal and more good features. It is your first selection for Internet purification. Screen Shot1 Screen Shot2 Features Anti-porn, Anti-Chat, Anti-Game, Anti-Popup. Costom black-list and white-list. Live update. Alerts. When the visited porn websites more than an amount, an alert E-mail can be sent to you. If your E-mail can transmit Short Message to your mobile telephone, you may also take Short Message alert. Log. The visited websites, blocked websites and system events will be written to log files for letting you can analyse it. User authentication. Only administrator...";
fDesc[12] = "their PCs day and night. Unlike other key loggers, Keyboard Guardian can operate in the stealth mode, and it can email recorded keystrokes.";
fDesc[13] = "guardian angel along with the positive and negative characteristics of each of the angels.";
fDesc[14] = "your Angel for a particular day. Millions of people across the world today, use horoscopes or other divination tools for the purpose of predicting their future. Horoscope is looked upon as an excellent guide and valuable tool for forecasting the future trends and tendencies. This is a software that can be used on a daily basis and helps us know which angel is protecting us. Guardian Angels are also known as fairy godmother or guardian spirit or ministering angel.";
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 = '...';
}
}