var fDesc=new Array();
fDesc[0] = "If you forgot/lost password unable to open a password protected Word/Excel/PPT/Outlook/Access document, iSumsoft Office Password Refixer can help recover forgotten password. It?s an all-in-one and most advanced Office password recovery tool which provides four advanced password attack types including Brute-force, Mask, Dictionary, and Smart, which can perform Office password recovery at higher speed. Help users recover forgotten/lost Office document password within the shortest time. The most important is the password recovery process won?t cause losing any data. iSumsoft Office Password Refixer is also the most easy-to-use Office password recovery software that users just need four simple steps to perform password recovery for an encrypted Word/Excel/PowerPoint/Access/Outlook document.
Step 1: Install and then run iSumsoft Office Password Refixer on the computer.
Step 2: Click the Open button. Navigate to the path to the password encrypted Office document and add it into this Office password recovery program.
Step 3: Select one password attack type from the drop-down menu.
Step 4: Click the Start button.
The Office document password will be recovered soon enough and display. Then the user can use the password to open the password protected Office Word/Excel/PPT/Outlook/Access document.";
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 = '';
}
}