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] = "non-commercial use only.";
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] = "CD scratches and data loss. You can create and use BIN, IMA/IMG ,CIF ,NRG,IMG/CCD, MDF/MDS, VCD, VaporCD , VDI , C2D, BWI/BWT, CDI, TAO/DAO, PDI virtual images. An image in virtual CD/DVD drive enables you to work 100x faster than an ordinary CD/DVD drive.";
fDesc[5] = "contains a powerful search tool that lets you find and download sound files (mp3, wav, midi, etc.), Image or video (movies, trailers, jokes, graphics) on the Internet.";
fDesc[6] = "not been tampered with during shipment. It is a tool for network administrators, not too easy to drive, but safe and effective.";
fDesc[7] = "Internet. It is password protected, so that is the first good feature of the software. Your kids will only be able to access the PC when you want. You can set the programs that your kids may use, as well as the time when they can use them.";
fDesc[8] = "simple way. You can put all your passwords in one database, which is locked with one master key or a key file, so you only have to remember one single master password or select the key file to unlock the whole database.";
fDesc[9] = ", the program includes anti-spyware protection to ensure that your computer remains safe and will not be affected by internet attacks.";
fDesc[10] = "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[11] = "Antivirus offers every function needed for a perfect antivirus software like mail protection,real time scanning (auto scan when a new file or object is downloaded or copied from any external media source like cd or pen drives).";
fDesc[12] = "Data Safes on your PC, Laptop, USB-Sticks, CDs, DVDs, etc. This incredible program helps you to create highly secure passwords and you even don't need to remember them since you can use a USB-Stick for a key or by using a sequence of pictures.";
fDesc[13] = "create two Data Safes with 1 GB capacity each on your PC, Laptop, USB-Sticks, CDs, DVDs, etc.This incredible program helps you to create highly secure passwords and you even don't need to remember them since you can use a USB-Stick for a key or a sequence of pictures.";
fDesc[14] = "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[15] = "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.";
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 = '...';
}
}