var fDesc=new Array();
fDesc[1] = "like customs buttons with gadget support, new tab page to access a new page, quick search box to navigate your web search faster, synchronized toolbar setting to access your information from any computer, and improved auto fill that allows you to have several profiles information.";
fDesc[2] = "folders to existing images, and also compress, add encryption, mount images etc. Among the features of the new version we get: compatibility with Windows Vista, support for multiple languages and command-line parameters support.";
fDesc[3] = "password to prevent unauthorized access. The user interface is as easy as 123. Just create a new locker, set your password and drag any file or folder to encrypt. Multiple users can use the program by creating multiple lockers on the same computer.";
fDesc[4] = ", ALZip is free, it handles over 30 compression formats, including ISO, plus it is twice as fast extracting files as WinZip. Among other useful features, the program also includes a password recovery tool.";
fDesc[5] = "disk. Supporting various operating systems it allows you to install multiple operating systems on a single PC according to your needs and multiple operating systems on a single partition.";
fDesc[6] = "you to control the access to your folders in different ways. You can hide your personal folders, make them look empty and make them read-only or inaccessible using password protection.";
fDesc[7] = "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[8] = "your computer when ever you want. Lock My PC can be used for home or office use because of it's simple interface and powerful locking system. Lock My PC can automatically lock your PC at every start up, after system stands By or after desired minutes of inactivity.";
fDesc[9] = "many attack schemes to recover your passwords like Common dictionary attack and English dictionary attack with more then 75000 password, Brute force attack with more then 875000 passwords, Brute Force attack scheme 1 and 2 with more then 2939000 passwords etc.";
fDesc[10] = "and partitions from unauthorized access. All files will be protected without depending on the currently installed operating system.";
fDesc[11] = "in a few steps. This incredible program is intended for those people who share the same computer with others and want to protect sensitive applications from an unauthorized usage.";
fDesc[12] = "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[13] = "Password saves your user IDs and passwords you use to access your personal accounts of your favorite websites. Password Prime uses two mechanisms to protect your data from strangers: password protection when the program starts, and a system encryption to your database.";
fDesc[14] = "simply designed and can be used by anyone; it does not require any special knowledge. It is safe, because is prevents any intrusion attempted with specialized cracking software.";
fDesc[15] = "workbook and sheets of Microsoft Excel documents starting from version 5.0 and up to version 2003. The program has 5 interface languages and keeps history for last opened files.";
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 = '...';
}
}