var fDesc=new Array();
fDesc[0] = "Office Password Recovery PRO is an effective "all-in-one" solution for Microsoft Office applications that recovers all types of lost or forgotten passwords to open and modify files and supports all versions of Microsoft Office up to 2003 (inclusive). Any and all formatting and editing restrictions, locked cells protection, shared protection passwords are retrieved instantly.
Office Password Recovery PRO offers a professional set of features wrapped in a very user-friendly form that is easy to master.
Main Features:
- Professional solution for all products and all versions of Microsoft Office
- Effective recovery of passwords of any length and complexity
- Instant recovery of MS Word passwords to modify and document protection passwords; MS Excel passwords to modify and workbook, worksheet, sheet and spreadsheet passwords; MS PowerPoint passwords to modify; MS Access database and user-level workgroup passwords; MS Outlook passwords to open PST files and e-mail accounts (including popular Gmail, Hotmail, Yahoo and MSN accounts)
- Passwords to open are recovered instantly in case of weak encryption
- Powerful attacks fine-tuned to the human factor (BruteSearch, SmartSearch and dictionary-based) are applied one by one and in combination with each other
- High recovery speed; optimization for multiprocessor systems
- Multiple files can be processed simultaneously
- Multilingual support; passwords in Latin, Cyrillic characters and hieroglyphs will be recovered
- Two modes for recovering your passwords: Instant Recovery (available for a certain number of times per license) and Attack Profiles (unlimited access)
- Any information about your password you still possess is of help and will significantly reduce the time of password recovery
- Capability to choose the program priority mode, the program background priority is set by default
- User-friendly interface that enables to start password recovery with just one click
- Autosave feature
- Free updates and professional technical support for 12 months
Requirements:
- Microsoft Windows 95/98/ME/NT/2000/XP/2003/Vista
- 4-10 MB of free disk space available";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}