var fDesc=new Array(); fDesc[0] = "Atomic Excel Password Recovery is designed to recover the lost or forgotten passwords for encrypted Microsoft Excel files (*.xls files).

Current version of Atomic Excel Password Recovery supports the most of the existing Excel documents protected with a password (when the default RC4 or XOR encryption is used). In other words, the documents created in Office 95, Office 97, Office 2000, Office 2002, Office XP and Office 2003 should be opened without much problems.

Atomic Excel Password Recovery may recover some file with the old type of the encryption fairly fast, guarantees decryption of the most documents (while it may take much time), and it uses the brute force attack in other cases."; 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 = ''; } }