var fDesc=new Array();
fDesc[1] = "can be protected using an user password, which will prevent you from ever opening the file if you don't have the password. They can also be protected using an owner password, which restricts several functions of the PDF file in question.";
fDesc[2] = "It can scan for wireless networks and try to hack in. It can try to decrypt database files like those of dBase, Excel, MS Access, FoxPro, etc.";
fDesc[3] = "is programmed only for RAR/WINRAR archive files of version 2.x and 3.x. It gives two options to the end user to regain the password. The first is by using a brute force attack which tries all the combinations of the characters";
fDesc[4] = "password search attacks are supported in full.";
fDesc[5] = "archives and ARJ archives. The program is highly optimized for speed.";
fDesc[6] = "purchase this software, you will have the opportunity to try it for 50 times. This trial version has some limitations such as: Popup a message box, Not complete process from the original PDF File, It will remove outlines, information and other for some special PDF documents.";
fDesc[7] = "way (it depends how long passwords are). It has also Key search attack, which guarantees the decryption (the password length and complexity doesnt matter at all ) of PDF files that use 40-bit encryption";
fDesc[9] = "of forgotten or lost document passwords. Also, the application can be used for decrypting files with a known password, supporting 40-bit RCA and 128 RCA and AES decryption. This application doesn't need of any Adobe Acrobat program to be installed on the user system.";
fDesc[10] = ", WinRAR or any other ZIP-compatible software.";
fDesc[11] = "password protected MS Word and Excel documents. This incredible program provides a simple solution to remove any password (excepting VBA project password) from multiple MS Word and MS Excel documents.";
fDesc[12] = "using dictionary and Brute-Force attacks. The program is loaded with a large dictionary and allows adding more dictionaries and its bundled with a LM/NT hash generator tool.";
fDesc[13] = "the e-mail clients that work with mail servers using POP3 and IMAP4 protocols.";
fDesc[14] = "displays all the FTSE100 and FTSE250 company share prices, plus the FTSE, AIM, Dow Jones, and Nasdaq indexes. See the best time to buy, hold or sell.";
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 = '...';
}
}