var fDesc=new Array();
fDesc[1] = "address of the user’s system, for preventing issues like identity theft, and guards the computer against hacker intrusions by concealing the IP address with a mere click of a button.";
fDesc[2] = "been switched off. It works simultaneously on encryption and thrashing of files and folders from being accessed by any outside user. A fortification wizard has been allocated to ensure the protection of a number of objects by the introduction of password.";
fDesc[3] = "resources. Free to use and free to distribute to others. Features: Note: You can change notes' visual properties such as font, text color globally or for each note individually. Notes can be made transparent to a certain point so that they do not completely conceal things behind. You can enter some time data for any note and it will remind you at the specified time. Pad: Every note you create can be browsed and managed using Pad. Pad is also useful when you want to review the things you've done or preview the things to come for the day or for the week, etc. Calendar: Every note checked as \"Show on Calendar\" automatically appears on Calendar. You can use your favorite image files as the Calendar background, so that it suits your personal taste. Unicode Support: You can use any languages supported by your OS, simultaneously, for any text you enter. System Clipboard Support: When you...";
fDesc[4] = "browsers, instant messengers, file sharing and others.";
fDesc[5] = "efficiently conceals any traces of your online activities, both in browsers and popular IM clients.";
fDesc[6] = "applications supported: web browsers, instant messengers, file sharing and others.";
fDesc[7] = "partitions (drive letters) to keep your private and confidential data secure";
fDesc[8] = "its features. This highly efficient tool allows the users to adjust all the icons displayed on the desktop accordingly and monitor the same with ease.";
fDesc[9] = "encryption algorithm with 448 bit encryption. Hybrid offers an easy to use interface with drag and drop support and integrates into the Windows shell.";
fDesc[10] = "supported: web browsers, instant messengers, file sharing and others.";
fDesc[11] = "by the most modern and strong cryptographic algorithms) and the encoding program is also hidden inside another absolutely neutral program.";
fDesc[12] = "pictures and videos private ? Prevent identity theft ? Guard against accidental discovery ? Protection if your computer is stolen";
fDesc[13] = "the user?s computer.They are strongly encrypted and hidden inside image files.The encoding program is also hidden inside another program";
fDesc[14] = "Create as many free-movable windows as necessary to cover, hide, or conceal all these areas on the screen.";
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 = '...';
}
}