var fDesc=new Array();
fDesc[1] = "YAHOO the software giant has introduced its new innovation a form of preventive software to spyware,viruses,malwar e,spam and unsolicited emails.As they say prevention is better than cure,it holds apt in here as with YAHOO SEARCH PROTECTION you can have a protective layer around you PC";
fDesc[2] = ", e-mail and web sites. 2- System Security by monitoring all activity in our PC, 3- Online Security against internet fraud and network attacks.";
fDesc[3] = "means. This software will organize all the pictures on the computer and mobile phone (cellular) for viewing, editing, sharing and search purposes. You can move pictures from and to PC and mobile phone (both ways) and make changes to the images that will be kept in a safe place.";
fDesc[4] = "are given Firewall protection, Anti-Spyware, Email scanning and real-time scanning tools to help you in keeping your computer safer than ever.";
fDesc[5] = "educational environment. Filtering of websites is based on a while list that can be downloaded or defined by the child carer. Filtering of email messages is based on a list of trusted email senders, also defined by the child carer.";
fDesc[6] = ", firewall and parental control. Trend Micro Internet Security Pro enables you to browse the web safely and also keeps your identity and private data safe.";
fDesc[7] = "encryption (256-bit), dual encryption that includes both 'Blowfish' and 'Rijndael' with 256 bits each. The application can be downloaded as a desktop program, PC resident, or as a portable application for being used with USB sticks.";
fDesc[8] = "are good for printing purposes, but sharing them online can be a tough job. With the help of this image viewer and re-sizer, you can convert your print-quality photos to compact screen-size images that can be comfortably displayed on web sites and sent via email to family members and friends.";
fDesc[9] = "mind all those serious computer users who are serious about their data and private information. It is a bit different then other encryption tools as safe Guard Private Crypto can be installed on all standard mobile device platforms including PDAs, Notebooks.";
fDesc[10] = "and data in this virtual Safe n you can keep this Safe right on your Desktop. With PC Digital safe you can breath peacefully as it protect your all types of sensitive data and information from hackers, keystroke-loggers, spy-wares and identity thieves.";
fDesc[11] = "and a password, you will be able to store plenty of passwords for each of your e-mail or other software accounts. Use this program to remember your passwords, so that you will not have to deal with difficulties each time you forget or lose a password.";
fDesc[12] = "information to fill out web order forms for easier access especially in e-commerce sites. Online web order forms are quickly and easily filled. It completes web logins automatically and provides one click logs into your favorite web sites.";
fDesc[13] = "all for free! Revolver Mail is a safe and network-compatible alternative to the existing email programs. It includes: Email, addresses, calendar, tasks, notes and projects. Many special functions are designed for the use in small companies or by self-employed people. Thanks to its safety concept and its virus resistant email area Revolver Mail is not only interesting for safety critical company data but also for private people. Further specific features are: high safety due to encrypt database, overview and simple handling due to the one window concept and an easy client server with automatic server recognition.";
fDesc[14] = "downloading the messages with your default email client.";
fDesc[15] = "more problems with ISPs! - Ability to set a number of threads working both with DNS and SMTP servers.";
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 = '...';
}
}