var fDesc=new Array();
fDesc[1] = ", and much more - to ensure that you have the power to protect yourself online.";
fDesc[2] = "security to nodes which are susceptible to various virus attacks.Having the LiveUpdate makes it the best updated antivirus in defence of the various new viruses being invented every week.";
fDesc[3] = "feature that tunes your PC for best performance. All the automatic functions are done when system is idle keeping PC performance in mind.";
fDesc[4] = "drives, memory, registry, folders and removable drives. You can customize your scanning identifying trusted items. The program detects and remove spyware, adware, malware, worms, dialers, trojans, keyloggers, rootkits, parasites, hijackers and other threats.";
fDesc[5] = "anti-malware software you will be able to protect your Windows-based PC against all kinds of malicious software, including spyware, adware, key-loggers, browser hijackers, malware and many other intrusive programs, which may pose a threat to your privacy and security.";
fDesc[6] = "powerful application is a handy and very useful tool for professionals, students, English learners, etc., and includes more than 210.000 definitions, examples and pronunciations. This program will become an essential tool for those who need look up English words.";
fDesc[7] = "and manage, your users will love having access to those hard to understand terms.";
fDesc[8] = "activity to check if a web pages contains spyware. ActiveX Guard, Process Guard, Scheduled scans, etc. are the features that are available in all anti-spyware and are present in this software too.";
fDesc[9] = "photographs and designs, references list, cultural issues,such as the countries forming the European Community, national anthems, animations in 2D, audio files, games, etc. It is completely interactive; we can and search by category or theme.";
fDesc[10] = "Thesaurus. The dictionary contains 240,000 words, phrases, and concise definitions, with over 1,800 brand new words from Oxford's new word research.";
fDesc[12] = "data source definitions into a file and then restore it on a local or remote system. The program works both with system DSNs and with user DSNs.";
fDesc[13] = "do is to enter a word - and it will be translated. It will also show you the different meanings of any word you want to translate - i.e. the program will show some definitions that explain the word you want to translate further.";
fDesc[14] = "appearing in the New Testament. This book has been considered as a classic during more than a century, and now you can download and use it for free.";
fDesc[15] = "in a database. There is really no way of knowing what the source of the word definitions is, but those seem to be pretty accurate. The database has 145.000 entries.";
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 = '...';
}
}