var fDesc=new Array();
fDesc[1] = "even the Administrator will be able to access or see the protected files. Also, its technology makes it impossible to gain access from a local network or the Web.";
fDesc[2] = "invisible, where files can be secure. Hide and password-protect files, folders, pictures, and documents in a blink. During the installation, the password for accessing the program has to be set, for it to be protected from the beginning.";
fDesc[3] = "programs like Internet Explorer, Firefox, Messenger and Outlook are also blocked. It can deny access, restrict access or protect with passwords any kind of internet program from accessing the Internet. Other protection modes are also included.";
fDesc[4] = "thoroughly encrypt your entire page so that no one can getting in unless he know the correct password.";
fDesc[6] = "password protection at the time the user is absent. The program maintains standard and transparent modes of computer locking.";
fDesc[7] = "your folders and secure your data by applying a true, low level encoding. Strong ciphers up to 2048 bits.";
fDesc[8] = "blocked when Windows starts. Input a password to restore access. You can then access the Internet until you lock it again.";
fDesc[9] = "privacy. It is attractive, secure, and very easy to use. It starts automatically with Windows and optionally activates desktop lock...";
fDesc[10] = "set.";
fDesc[11] = "result in data theft which in turn may affect privacy and business operation. According to multiple studies, the majority of information theft crimes are conducted without having network access to target machine. Most of us prefer not to turn computer off while we are away for coffee or going to the lavatory or have to attend a meeting in a conference room next door. That is the point where an average computer system is most vulnerable to felon's attack. The guy just has to have a glance at your monitor and he has it all! Introducing Active Screen Lock, the unique security application by DMVSoft, allowing you to do whatever you want to do when you are away from the computer without having to worry a second. Active Screen Lock operates as follows: first it disables Windows system key combinations, such as Alt+F4, Ctrl+Alt+Del, Alt+Tab and WinKey and then shows security screen over your...";
fDesc[12] = "operation, Remote ShutDown, Batch shutdown, Password Protection, Hot Key, Silent Mode...";
fDesc[14] = "security features like file locker,security vault, email encryption. Other features include password manager,file shredder and favorites manager.";
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 = '...';
}
}