var fDesc=new Array(); fDesc[1] = "incredible application completely scans disks and saves as much information as possible. What is more, the program uses a lot of different algorithms, which considerably increases the amount and quality of the recovered data."; fDesc[2] = "This incredible program scans the archive, detects the data structure and tries to recover as much information from the corrupted file as possible."; fDesc[3] = "incredible program can also be used to recover information from Microsoft Exchange ost files and/or convert them into Microsoft Outlook pst files."; fDesc[4] = "Express folders.This incredible application extracts and saves the user's messages from files with the dbx extension that Outlook Express uses to store folders, messages and news on the local disk."; fDesc[5] = "(.doc, .docx, .dot, dotx files) as well as documents in the Rich Text format (.rtf files) due to a virus, to a failure in the operating or file system or any software failure."; fDesc[6] = "This incredible program scans the archive, detects the data structure and tries to recover as much information from the corrupted file as possible."; fDesc[7] = "information from corrupted and unreadable Microsoft Excel files and exports the data to a new Excel file. Tool can repair Excel 2007 files (.xlsx)."; fDesc[8] = "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[9] = "which is used to get instant access to Microsoft Office program such as Word and Excel documents, this access is protected with \"open\" password. The complete toolbox will recover any password from the Microsoft Office programs family."; fDesc[10] = "applications: Lavasoft Digital Lock and Lavasoft File Shredder. The first one allows you to encrypt files on your computer to send them or just to encrypt your hard drive contents."; fDesc[11] = "Internet Explorer, Outlook Express, Outlook, network, and dial-up passwords. This incredible program retrieves the secret data from the system and displays it on the corresponding tabs in a few seconds, no matter the complexity or length."; fDesc[12] = "Outlook. The tool recovers forgotten or lost passwords for Microsoft Outlook mail and news accounts, and passwords for PST and OST files"; fDesc[13] = ", movies, documents, messages, images, audio files, sound tracks and other files from removable devices and HDD with FAT (FAT12,FAT16,FAT32)."; fDesc[14] = "Tool can repair mdf files of Microsoft SQL Server 7/2000/2005/2005 (64-bit) and save recovered data as SQL scripts or import into SQL server directly"; fDesc[15] = "deleted digital photos, video and audio files of various formats, documents, messages and other types of data."; 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 = '...'; } }