var fDesc=new Array();
fDesc[1] = "your system as well handles innumerable tasks.This multi-functional tool is exclusively designed to configure your Notebook or Desktop for functioning more smartly.";
fDesc[2] = "incredible program instantly unlocks restricted PDF documents created with almost all versions of Adobe Acrobat or any other PDF application by removing printing, editing and copying restrictions.";
fDesc[3] = "generate self decrypting files. Kruptos 2 integrates into Windows Explorer´s contextual menu. Once you have selected every component of your project, you can build a self-extracting .EXE file.";
fDesc[4] = "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[5] = "VBA passwords. The amazing performance of this program is grounded on the expert knowledge of Office protection and the use of a powerful decrypting server.";
fDesc[6] = "Access 95, 97, 2000 and XP. Unfortunately, it won't help if your database was created with Microsoft Access 2003 or 2007.";
fDesc[7] = "from versions prior to 2007. The program has a nice search function to bulk recover the passwords from many databases and has a drag and drop functionality.";
fDesc[8] = "and forgot to say the basics. Like the password for example, well the Rixler Software is considered the Elite Password Recovery Tool. With this application you will be able to recover and display logins and passwords for email accounts stored by popular email clients.";
fDesc[9] = "starting from 97 to XP immediately. The recovered password can be copied to the Windows clipboard with one click. The program has an easy user interface.";
fDesc[10] = "for MS Access database files (*.MDB) and user-level passwords stored in the workgroup information file (*.MDW). This incredible application automatically finds recently accessed *.mdb files and, if it is password protected, it displays the file name and its password.";
fDesc[11] = "Database and User ID to recover \"System\" Database as well. Program works with Microsoft Access 2.0, 95, 97, 2000, XP, 2003.";
fDesc[13] = "versions earlier to 3.x. The program allows setting a password for itself for security. The passwords are revealed immediately and can be exported to a text file or copied to the Windows Clipboard.";
fDesc[14] = "forgotten the file's password, this program will be very useful for you. It doesn't matter if the password was entered by you or by any other user, you will still be able to find out the password and get the file opened thanks to this application.";
fDesc[15] = "engine that does a super fast password decryption to return your last password immediately . The program is compatible with most .MDB 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 = '...';
}
}